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
60ea6841
Commit
60ea6841
authored
Jan 16, 2017
by
Albert Gräf
Browse files
Cosmetic changes to improve the layout of the preferences dialog.
parent
2a1402ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
pd/nw/dialog_prefs.html
View file @
60ea6841
...
...
@@ -300,7 +300,7 @@
<label
data-i18n=
"[title]prefs.startup.paths_tt"
>
<span
data-i18n=
"prefs.startup.paths"
></span>
</label>
<div
style=
"
height:
92px
; width:
300px
; background:white; border: 1px solid #bbb; overflow-y:auto; overflow-x:auto; padding:0px;"
>
<div
style=
"height:
21vh
; width:
89vw
; background:white; border: 1px solid #bbb; overflow-y:auto; overflow-x:auto; padding:0px;"
>
<table
id=
"startup_paths"
style=
"width:100%; background:white;"
>
</table>
</div>
...
...
@@ -318,7 +318,7 @@
<label
data-i18n=
"[title]prefs.startup.libs_tt"
>
<span
data-i18n=
"prefs.startup.libs"
></span>
</label>
<div
style=
"
height:
92px
; width:
300px
; background:white; border: 1px solid #bbb; overflow-y:auto; overflow-x:auto; padding:0px;"
>
<div
style=
"height:
21vh
; width:
89vw
; background:white; border: 1px solid #bbb; overflow-y:auto; overflow-x:auto; padding:0px;"
>
<table
id=
"startup_libs"
style=
"width:100%; background:white;"
>
</table>
</div>
...
...
@@ -335,9 +335,11 @@
</div>
<label
data-i18n=
"[title]prefs.startup.flags_tt"
>
<span
data-i18n=
"prefs.startup.flags"
></span>
<br/>
<input
type=
"text"
id=
"startup_flags"
name=
"startup_flags"
>
name=
"startup_flags"
style=
"width:89vw"
>
</label>
</div>
</div>
...
...
pd/nw/locales/de/translation.json
View file @
60ea6841
...
...
@@ -362,8 +362,8 @@
"midi_tt"
:
"konfiguriere die MIDI-Geräte"
},
"startup"
:
{
"flags"
:
"
Optionen
"
,
"flags_tt"
:
"
Startup-
Optionen für den Programmaufruf; Neustart der Anwendung ist erforderlich, damit Änderungen wirksam werden"
,
"flags"
:
"
Startup-Flags
"
,
"flags_tt"
:
"
Zusätzliche
Optionen für den Programmaufruf; Neustart der Anwendung ist erforderlich, damit Änderungen wirksam werden"
,
"libs"
:
"Bibliotheken"
,
"libs_tt"
:
"External-Bibliotheken, die beim Programmstart zu laden sind; Neustart der Anwendung ist erforderlich, damit Änderungen wirksam werden"
,
"paths"
:
"Suchpfade"
,
...
...
pd/nw/pdgui.js
View file @
60ea6841
...
...
@@ -4432,7 +4432,7 @@ function gui_pd_dsp(state) {
function
open_prefs
()
{
if
(
!
dialogwin
[
"
prefs
"
])
{
create_window
(
"
prefs
"
,
"
prefs
"
,
3
0
0
,
4
2
0
,
0
,
0
,
null
);
create_window
(
"
prefs
"
,
"
prefs
"
,
3
5
0
,
4
7
0
,
0
,
0
,
null
);
}
}
...
...
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