[gnome-calculator] Make sure 3 lines fit without scroll (#743499)



commit e97590e9d907071421cb54c4e061cef5652dd1e0
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Oct 19 14:36:19 2016 +0300

    Make sure 3 lines fit without scroll (#743499)

 data/history-view.ui |    2 +-
 data/math-window.ui  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/history-view.ui b/data/history-view.ui
index be53859..ca7f11e 100644
--- a/data/history-view.ui
+++ b/data/history-view.ui
@@ -4,7 +4,7 @@
   <requires lib="gtk+" version="3.16"/>
   <template class="HistoryView" parent="GtkScrolledWindow">
     <property name="width_request">100</property>
-    <property name="height_request">100</property>
+    <property name="height_request">108</property>
     <property name="visible">True</property>
     <property name="can_focus">True</property>
     <property name="vexpand">True</property>
diff --git a/data/math-window.ui b/data/math-window.ui
index 0b81b74..2bb182c 100644
--- a/data/math-window.ui
+++ b/data/math-window.ui
@@ -67,7 +67,7 @@
             <property name="vadjustment">vadjustment</property>
             <property name="hscrollbar_policy">never</property>
             <property name="shadow_type">in</property>
-            <property name="min_content_height">158</property>
+            <property name="min_content_height">166</property>
             <child>
               <placeholder/>
             </child>


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