[Pkg-mozext-commits] [perspectives-extension] 05/44: About - Add vertical space

David Prévot taffit at moszumanska.debian.org
Sat Jun 6 02:55:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 171b29149b716ee5070537fa221615c458652c16
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Tue May 27 22:37:58 2014 -0600

    About - Add vertical space
    
    Add space and remove newline
    so that everyone's name can display without scrolling,
    using the default window height.
---
 plugin/chrome/content/about_dialog.xul        | 4 ++--
 plugin/chrome/content/credits/translators.txt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugin/chrome/content/about_dialog.xul b/plugin/chrome/content/about_dialog.xul
index a05941f..eebd1e3 100644
--- a/plugin/chrome/content/about_dialog.xul
+++ b/plugin/chrome/content/about_dialog.xul
@@ -38,7 +38,7 @@
       readonly  = "true"
       flex      = "1"
       value     = ""
-      height    = "180"/>
+      height    = "210"/>
 
     <separator class="thin"/>
     <hbox>
@@ -54,7 +54,7 @@
       readonly  = "true"
       flex      = "1"
       value     = ""
-      height    = "110"/>
+      height    = "130"/>
 
     <hbox align="right">
         <button id="Close" label="&Close;" onclick="window.close()"/>
diff --git a/plugin/chrome/content/credits/translators.txt b/plugin/chrome/content/credits/translators.txt
index 3ef552f..f7aa958 100644
--- a/plugin/chrome/content/credits/translators.txt
+++ b/plugin/chrome/content/credits/translators.txt
@@ -4,4 +4,4 @@ Ville Tiensuu (fi)
 Goofy (fr)
 Alf (nl)
 Jakub Warmuz, Sonia Bernac (pl)
-Yanlin Li, Wang.H.K (zh-CN)
+Yanlin Li, Wang.H.K (zh-CN)
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list