[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-launcher/master] Bug 11471: Text does not fit the dialog size.
commit 7a56563f3bc52f2031fc998c743247f43d488a9c
Author: Kathy Brade <brade@xxxxxxxxxxxxxxxxx>
Date: Mon Jun 30 16:20:38 2014 -0400
Bug 11471: Text does not fit the dialog size.
Increase the progress window width slightly and allow for three lines
in the description field.
---
src/chrome/content/progress.xul | 4 ++--
src/chrome/skin/progress.css | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/chrome/content/progress.xul b/src/chrome/content/progress.xul
index fe85e39..473dab9 100644
--- a/src/chrome/content/progress.xul
+++ b/src/chrome/content/progress.xul
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- - Copyright (c) 2013, The Tor Project, Inc.
+ - Copyright (c) 2014, The Tor Project, Inc.
- See LICENSE for licensing information.
- vim: set sw=2 sts=2 ts=8 et syntax=xml:
-->
@@ -32,7 +32,7 @@
<spacer flex="1" />
</vbox>
<separator orient="vertical" />
- <vbox>
+ <vbox flex="1">
<label id="progressHeading" value="&torprogress.heading;" />
<description id="progressDesc" />
</vbox>
diff --git a/src/chrome/skin/progress.css b/src/chrome/skin/progress.css
index 711a679..d718452 100644
--- a/src/chrome/skin/progress.css
+++ b/src/chrome/skin/progress.css
@@ -1,12 +1,12 @@
/*
- * Copyright (c) 2013, The Tor Project, Inc.
+ * Copyright (c) 2014, The Tor Project, Inc.
* See LICENSE for licensing information.
*
* vim: set sw=2 sts=2 ts=8 et syntax=css:
*/
dialog {
- width: 370px;
+ width: 400px;
}
#progressHeading {
@@ -27,7 +27,7 @@ dialog {
}
#progressDesc {
- height: 32px;
+ height: 48px;
}
#progressMeter {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits