Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
d3aa9fed
Commit
d3aa9fed
authored
Nov 21, 2016
by
Arthur Edelstein
Committed by
Georg Koppen
Nov 21, 2016
Browse files
Bug 20728: Fix bad preferences.xul dimensions
parent
8a5dc8c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/preferences.xul
View file @
d3aa9fed
...
...
@@ -13,9 +13,9 @@
onload=
"torbutton_init_security_ui()"
align=
"stretch"
pack=
"center"
maxheight=
"3
0
0"
minwidth=
"
3
00"
maxwidth=
"
4
00"
maxheight=
"3
5
0"
minwidth=
"
4
00"
maxwidth=
"
6
00"
ondialogaccept=
"torbutton_save_security_settings()"
width=
"400"
>
...
...
@@ -57,9 +57,7 @@
</vbox>
</hbox>
</vbox>
<!-- A width of 400 is already too much for OS X it seems. The above
spacer tag would basically be useless and the layout ugly. -->
<vbox
flex=
"1"
width=
"300"
style=
"overflow: auto;"
>
<vbox
flex=
"1"
width=
"400"
style=
"overflow: auto;"
>
<vbox
id=
"desc_high"
collapsed=
"true"
>
<description
class=
"slider-text-size, slider-text-weight"
>
...
...
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