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
c8838f1f
Commit
c8838f1f
authored
Jun 25, 2021
by
Prakhar Agarwal
🎯
Browse files
Improved pref layout in dialog
parent
d27e3c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/dialog_prefs.html
View file @
c8838f1f
...
...
@@ -421,7 +421,7 @@
<label
data-i18n=
"[title]prefs.startup.paths_tt"
>
<span
data-i18n=
"prefs.startup.paths"
></span>
</label>
<div
style=
"height:24vh; width:
89vw
; background:white; border: 1px solid #bbb; overflow-y:auto; overflow-x:auto; padding:0px;"
>
<div
style=
"height:24vh; width:
100%
; 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>
...
...
@@ -439,7 +439,7 @@
<label
data-i18n=
"[title]prefs.startup.libs_tt"
>
<span
data-i18n=
"prefs.startup.libs"
></span>
</label>
<div
style=
"height:24vh; width:
89vw
; background:white; border: 1px solid #bbb; overflow-y:auto; overflow-x:auto; padding:0px;"
>
<div
style=
"height:24vh; width:
100%
; 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>
...
...
@@ -454,13 +454,13 @@
<span
data-i18n=
"prefs.startup.del"
></span>
</button>
</div>
<label
data-i18n=
"[title]prefs.startup.flags_tt"
>
<label
data-i18n=
"[title]prefs.startup.flags_tt"
style=
"width:100%; text-align: left;"
>
<span
data-i18n=
"prefs.startup.flags"
></span>
<br/>
<input
type=
"text"
id=
"startup_flags"
name=
"startup_flags"
style=
"width:
89vw
"
>
style=
"width:
100%
"
>
</label>
</div>
</div>
...
...
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