[tor-commits] [tor-launcher/master] Bug #10418: Increase dialog height on Windows.

brade at torproject.org brade at torproject.org
Thu Mar 13 18:10:06 UTC 2014


commit 32ba7dee797e51199bbd214031fc264d5d515be9
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Thu Mar 13 13:45:36 2014 -0400

    Bug #10418: Increase dialog height on Windows.
    
    This is necessary so that the bridges help text can be displayed without a
    vertical scrollbar.
---
 src/chrome/skin/network-settings.css |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/chrome/skin/network-settings.css b/src/chrome/skin/network-settings.css
index 4873ca8..b1f7f92 100644
--- a/src/chrome/skin/network-settings.css
+++ b/src/chrome/skin/network-settings.css
@@ -13,6 +13,7 @@ dialog {
 
 dialog.os-windows {
   width: 49em;
+  height: 42em;
 }
 
 wizard {





More information about the tor-commits mailing list