[simple-scan] app-window: Stop forcing height on refresh device button



commit c58b1cea4c23828691b3c7cbd6a1bf263e53be94
Author: vanadiae <vanadiae35 gmail com>
Date:   Thu Feb 11 22:51:54 2021 +0100

    app-window: Stop forcing height on refresh device button
    
    Currently the button isn't a square because the height is forced to 40,
    while it isn't something that should be done, which makes it look
    strange.
    
    So this commit drops the height-request of the button.

 data/ui/app-window.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/ui/app-window.ui b/data/ui/app-window.ui
index 170bfbd5..540c6bcb 100644
--- a/data/ui/app-window.ui
+++ b/data/ui/app-window.ui
@@ -814,7 +814,6 @@
                         </child>
                         <child>
                           <object class="GtkButton" id="refresh_devices">
-                            <property name="height_request">40</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]