[tor-commits] [torbutton/master] Bug 22542: Security Settings window too small on macOS 10.12
gk at torproject.org
gk at torproject.org
Thu Jun 8 18:45:55 UTC 2017
commit 6febc86aaca26984131b541e185323070de88ea7
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Thu Jun 8 10:29:10 2017 -0400
Bug 22542: Security Settings window too small on macOS 10.12
Increase the height of the security slider description area to
avoid a scrollbar on macOS 10.12 (previously, the text associated
with the "High" level required a scrollbar).
---
src/chrome/content/preferences.xul | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/chrome/content/preferences.xul b/src/chrome/content/preferences.xul
index 554312c..9bd8ae3 100644
--- a/src/chrome/content/preferences.xul
+++ b/src/chrome/content/preferences.xul
@@ -26,7 +26,7 @@
<caption label="&torbutton.prefs.sec_caption;"/>
<hbox id="torbutton_slider_settings" flex="1" align="stretch" hidden="false">
<vbox>
- <hbox height="200">
+ <hbox height="220">
<vbox>
<scale id="torbutton_sec_slider" flex="1" min="1" max="3"
movetoclick="true" orient="vertical"
More information about the tor-commits
mailing list