[gnome-clocks/wip/analogstopwatchtimer] Smaller buttons



commit 8ab4c16ba25a2a8d9f5a6d983389c085502e03c7
Author: Paolo Borelli <pborelli gnome org>
Date:   Fri Aug 16 18:17:13 2013 +0200

    Smaller buttons

 data/css/gnome-clocks.css |    2 +-
 data/ui/stopwatch.ui      |    4 ++--
 data/ui/timer.ui          |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index 0fb109a..e596c5f 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -108,7 +108,7 @@
 }
 
 .clocks-button {
-    font-size: 18px;
+    font-size: 14px;
 }
 
 .clocks-alarm-setup-time {
diff --git a/data/ui/stopwatch.ui b/data/ui/stopwatch.ui
index 767995b..b767a3b 100644
--- a/data/ui/stopwatch.ui
+++ b/data/ui/stopwatch.ui
@@ -47,7 +47,7 @@
                 <child>
                   <object class="GtkButton" id="left_button">
                     <property name="label" translatable="yes">Start</property>
-                    <property name="width_request">160</property>
+                    <property name="width_request">132</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
@@ -65,7 +65,7 @@
                 <child>
                   <object class="GtkButton" id="right_button">
                     <property name="label" translatable="yes">Reset</property>
-                    <property name="width_request">160</property>
+                    <property name="width_request">132</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
diff --git a/data/ui/timer.ui b/data/ui/timer.ui
index c1b0ae5..2bdd71c 100644
--- a/data/ui/timer.ui
+++ b/data/ui/timer.ui
@@ -178,7 +178,7 @@
         <child>
           <object class="GtkButton" id="start_button">
             <property name="label" translatable="yes">Start</property>
-            <property name="width_request">320</property>
+            <property name="width_request">280</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">True</property>
@@ -239,7 +239,7 @@
             <child>
               <object class="GtkButton" id="left_button">
                 <property name="label" translatable="yes">Pause</property>
-                <property name="width_request">160</property>
+                <property name="width_request">132</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -256,7 +256,7 @@
             <child>
               <object class="GtkButton" id="right_button">
                 <property name="label" translatable="yes">Reset</property>
-                <property name="width_request">160</property>
+                <property name="width_request">132</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>


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