[gnome-calculator] Fixed resize on first history entry add



commit 5eacfe305cf679d259ddaa52516fcd06091edfba
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Oct 20 10:28:09 2016 +0300

    Fixed resize on first history entry add

 data/history-entry.ui |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/history-entry.ui b/data/history-entry.ui
index e17ff77..88ee471 100644
--- a/data/history-entry.ui
+++ b/data/history-entry.ui
@@ -33,7 +33,7 @@
           <packing>
             <property name="left_attach">0</property>
             <property name="top_attach">0</property>
-            <property name="width">5</property>
+            <property name="width">4</property>
           </packing>
         </child>
         <child>
@@ -43,13 +43,13 @@
             <property name="can_focus">False</property>
             <property name="xalign">0.5</property>
             <property name="yalign">0.5</property>
-            <property name="max_width_chars">3</property>
+            <property name="max_width_chars">1</property>
             <style>
               <class name="equation-symbol"/>
             </style>
           </object>
           <packing>
-            <property name="left_attach">5</property>
+            <property name="left_attach">4</property>
             <property name="top_attach">0</property>
           </packing>
         </child>
@@ -68,7 +68,7 @@
                 <property name="ellipsize">end</property>
                 <property name="xalign">1.0</property>
                 <property name="yalign">0.5</property>
-                <property name="max_width_chars">1</property>
+                <property name="max_width_chars">12</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
@@ -76,7 +76,7 @@
             </child>
           </object>
           <packing>
-            <property name="left_attach">6</property>
+            <property name="left_attach">5</property>
             <property name="top_attach">0</property>
             <property name="width">2</property>
           </packing>


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