[gnome-calculator] history-view: Drop the width request



commit 89f6445207cf54d0216b4940bbdadf75b1fa8e5b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jan 10 14:57:23 2020 +0100

    history-view: Drop the width request
    
    This will help the window reach narrower widths.

 src/ui/history-view.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/ui/history-view.ui b/src/ui/history-view.ui
index 1b77119e..f850f145 100644
--- a/src/ui/history-view.ui
+++ b/src/ui/history-view.ui
@@ -7,7 +7,6 @@
     <property name="visible">True</property>
     <property name="can_focus">True</property>
     <property name="vexpand">True</property>
-    <property name="width_request">350</property>
     <property name="hscrollbar_policy">never</property>
     <property name="shadow_type">etched-out</property>
     <signal name="row_added" handler="scroll_bottom" swapped="no"/>


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