Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
e8531fa0
Commit
e8531fa0
authored
Sep 29, 2020
by
Albert Gräf
Browse files
Mac fixes.
parent
286710cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
e8531fa0
...
@@ -6019,7 +6019,7 @@ function gui_abstractions_dialog(cid, gfxstub, filebased_abs, private_abs) {
...
@@ -6019,7 +6019,7 @@ function gui_abstractions_dialog(cid, gfxstub, filebased_abs, private_abs) {
var
attrs
=
{
canvas
:
cid
,
filebased_abs
:
filebased_abs
,
var
attrs
=
{
canvas
:
cid
,
filebased_abs
:
filebased_abs
,
private_abs
:
private_abs
};
private_abs
:
private_abs
};
dialogwin
[
gfxstub
]
=
create_window
(
gfxstub
,
"
abstractions
"
,
300
,
dialogwin
[
gfxstub
]
=
create_window
(
gfxstub
,
"
abstractions
"
,
300
,
Math
.
min
(
600
,
(
private_abs
.
length
*
10
+
190
)),
0
,
0
,
attrs
);
Math
.
min
(
600
,
(
private_abs
.
length
*
10
+
190
+
(
nw_os_is_osx
?
20
:
0
)
)),
0
,
0
,
attrs
);
}
}
// Global settings
// Global settings
...
...
Write
Preview
Supports
Markdown
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