[tor-commits] [tor-launcher/master] Increase width of network settings dialog

brade at torproject.org brade at torproject.org
Thu May 2 20:34:19 UTC 2013


commit 8bd04bd0ecf2dac2b9e24adcfaeb88c2098b2cfc
Author: Kathy Brade <brade at torproject.org>
Date:   Thu May 2 16:33:02 2013 -0400

    Increase width of network settings dialog
    
    (to avoid text wrapping on Linux).
---
 src/chrome/skin/network-settings.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/chrome/skin/network-settings.css b/src/chrome/skin/network-settings.css
index 9fcfc96..f45bd04 100644
--- a/src/chrome/skin/network-settings.css
+++ b/src/chrome/skin/network-settings.css
@@ -6,7 +6,7 @@
  */
 
 dialog {
-  width: 520px;
+  width: 545px;
   height: 464px;
   font: -moz-dialog;
 }



More information about the tor-commits mailing list