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
David MacDonald
purr-data
Commits
4f88efd9
Commit
4f88efd9
authored
Jan 16, 2017
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-testing'
parents
9a1fca27
403ba0aa
Changes
11
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
4f88efd9
...
...
@@ -517,7 +517,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#7569d7
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/default.css
View file @
4f88efd9
...
...
@@ -661,7 +661,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/extended.css
View file @
4f88efd9
...
...
@@ -505,7 +505,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/inverted.css
View file @
4f88efd9
...
...
@@ -531,7 +531,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/strongbad.css
View file @
4f88efd9
...
...
@@ -513,7 +513,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/subdued.css
View file @
4f88efd9
...
...
@@ -512,7 +512,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/vanilla.css
View file @
4f88efd9
...
...
@@ -506,7 +506,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/css/vanilla_inverted.css
View file @
4f88efd9
...
...
@@ -511,7 +511,6 @@ div.y2 {
margin-bottom
:
0px
;
/* Set the background color to default gray (non-selected tab) */
background-color
:
#ececec
;
height
:
4vh
;
}
/* Focused tabs */
...
...
pd/nw/dialog_prefs.html
View file @
4f88efd9
...
...
@@ -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:
24vh
; 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:
24vh
; 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 @
4f88efd9
...
...
@@ -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 @
4f88efd9
...
...
@@ -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