Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
purr-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
268
Issues
268
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonathan Wilkes
purr-data
Commits
4bd1b3a6
Commit
4bd1b3a6
authored
Nov 12, 2017
by
Jonathan Wilkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide the checkbox that disables menus since we haven't implemented it yet
parent
ce40703e
Pipeline
#1058
passed with stage
in 320 minutes and 20 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pd/nw/dialog_canvas.html
pd/nw/dialog_canvas.html
+4
-0
pd/nw/locales/en/translation.json
pd/nw/locales/en/translation.json
+2
-2
No files found.
pd/nw/dialog_canvas.html
View file @
4bd1b3a6
...
...
@@ -693,6 +693,10 @@ function register_window_id(gfxstub, attr_objects) {
}
init_arrays
(
pd_garray_attrs
);
// Disabling the menus does not yet work, so we hide that button for
// the moment
document
.
getElementsByClassName
(
"
no_menu
"
)[
0
].
style
.
setProperty
(
"
display
"
,
"
none
"
);
// We don't turn on rendering of the "container" div until
// We've finished displaying all the spans and populating the
// labels and form elements. That makes it snappier, at least
...
...
pd/nw/locales/en/translation.json
View file @
4bd1b3a6
...
...
@@ -305,9 +305,9 @@
"viewbox_offsets"
:
"viewbox offsets"
,
"arrays"
:
"array options"
},
"no_scroll"
:
"hide scrollbars"
,
"no_scroll"
:
"hide scrollbars
(experimental)
"
,
"no_scroll_tt"
:
"hide window scrollbars"
,
"no_menu"
:
"hide menu"
,
"no_menu"
:
"hide menu
(experimental)
"
,
"no_menu_tt"
:
"hide window menu"
,
"gop"
:
"graph on parent"
,
"gop_tt"
:
"show the inner contents of this canvas in a rectangle on the containing canvas"
,
...
...
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