Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shuvam Sanati
purr-data
Commits
85a7f24a
Commit
85a7f24a
authored
Oct 08, 2020
by
Ivica Bukvic
Browse files
Fine-tuned the dropdown dialog window size
* Used to have no margin on the right. Now it does and it matches the left side.
parent
5eb67db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
85a7f24a
...
...
@@ -5810,7 +5810,7 @@ function gui_dropdown_dialog(did, attr_array) {
// Just reuse the "gatom" dialog (this is not true anymore, see below)
// ico@vt.edu 2020-08-21: made this into a separate dialog due to inability to easily retitle
// the window
dialogwin
[
did
]
=
create_window
(
did
,
"
dropdown
"
,
22
2
,
268
-
5
,
dialogwin
[
did
]
=
create_window
(
did
,
"
dropdown
"
,
22
8
,
268
-
5
,
popup_coords
[
2
],
popup_coords
[
3
],
attr_array_to_object
(
attr_array
));
// ico@vt.edu 2020-08-21: the following does not work because the window is not created yet?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment