Skip to content

Commit

Permalink
Fine-tuned the dropdown dialog window size
Browse files Browse the repository at this point in the history
* Used to have no margin on the right. Now it does and it matches the left side.
  • Loading branch information
pd-l2ork committed Oct 8, 2020
1 parent 5eb67db commit 85a7f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd/nw/pdgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5810,7 +5810,7 @@ function gui_dropdown_dialog(did, attr_array) {
// Just reuse the "gatom" dialog (this is not true anymore, see below)
// [email protected] 2020-08-21: made this into a separate dialog due to inability to easily retitle
// the window
dialogwin[did] = create_window(did, "dropdown", 222, 268-5,
dialogwin[did] = create_window(did, "dropdown", 228, 268-5,
popup_coords[2], popup_coords[3],
attr_array_to_object(attr_array));
// [email protected] 2020-08-21: the following does not work because the window is not created yet?
Expand Down

0 comments on commit 85a7f24

Please sign in to comment.