[gnome-battery-bench] Increase default width of window to 750px



commit 8d98b221df13370375d6495ecd1a024473dda9d2
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Jan 19 11:46:40 2015 -0500

    Increase default width of window to 750px
    
    This allows the messages that we display in the titlebar to be displayed
    without truncation.

 src/application.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.ui b/src/application.ui
index c308263..7f3a9ea 100644
--- a/src/application.ui
+++ b/src/application.ui
@@ -16,7 +16,7 @@
   </object>
   <object class="GtkApplicationWindow" id="window">
     <property name="can_focus">False</property>
-    <property name="default_width">640</property>
+    <property name="default_width">750</property>
     <property name="default_height">480</property>
     <property name="show_menubar">False</property>
     <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]