[gnome-calculator] History and equation entry with equal test sizes



commit 8dad41afd03f0aa5eb1ea5e8facd32a385748bb8
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Oct 19 23:21:47 2016 +0300

    History and equation entry with equal test sizes

 data/calculator.css  |    2 +-
 data/history-view.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/calculator.css b/data/calculator.css
index 2cea817..ac74f6c 100644
--- a/data/calculator.css
+++ b/data/calculator.css
@@ -47,7 +47,7 @@ window > grid {
 .history-entry {
   background-color: @theme_bg_color;
   border-bottom: 1px groove @borders;
-  padding: 6px;
+  padding: 6px 3px;
   font-size: 15px;
 }
 
diff --git a/data/history-view.ui b/data/history-view.ui
index ca7f11e..6e993e6 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">108</property>
+    <property name="height_request">114</property>
     <property name="visible">True</property>
     <property name="can_focus">True</property>
     <property name="vexpand">True</property>


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