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
Jonathan Wilkes
purr-data
Commits
d43c0afb
Commit
d43c0afb
authored
Sep 17, 2020
by
Ivica Bukvic
Browse files
Removed excess y size in the VU dialog
parent
6ff531cf
Pipeline
#2844
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
d43c0afb
...
...
@@ -5659,7 +5659,12 @@ function gui_iemgui_dialog(did, attr_array) {
// We are subtracting 25 for the menu
// ico@vt.edu: since adding frameless window, we use top 20px for draggable titlebar,
// so now we subtract only 5 (25-20)
create_window
(
did
,
"
iemgui
"
,
298
,
414
-
5
,
//post("attr_array=" + attr_array);
var
height
=
409
;
if
(
attr_array
[
1
]
===
"
vu
"
)
{
height
=
360
;
}
create_window
(
did
,
"
iemgui
"
,
298
,
height
,
popup_coords
[
2
]
+
10
,
popup_coords
[
3
]
+
60
,
attr_array_to_object
(
attr_array
));
}
...
...
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