[gnome-sound-recorder] row: make entry fill horizontal



commit fbf2c979927c5e598627fb95d5047c32e290a937
Author: Kavan Mevada <kavanmevada gmail com>
Date:   Sun Jul 5 03:10:34 2020 +0530

    row: make entry fill horizontal

 data/ui/row.ui    | 2 --
 data/ui/window.ui | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/row.ui b/data/ui/row.ui
index 97c94a5..7912ac1 100644
--- a/data/ui/row.ui
+++ b/data/ui/row.ui
@@ -159,12 +159,10 @@
               <object class="GtkEntry" id="entry">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
-                <property name="halign">start</property>
                 <property name="valign">center</property>
                 <property name="margin_left">12</property>
                 <property name="margin_right">12</property>
                 <property name="activates_default">True</property>
-                <property name="width_chars">29</property>
               </object>
               <packing>
                 <property name="name">edit</property>
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 5155149..6cdfea6 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -119,6 +119,7 @@
                 <property name="can_focus">True</property>
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
+                <property name="hscrollbar_policy">never</property>
                 <child>
                   <object class="HdyClamp" id="column">
                     <property name="visible">True</property>
@@ -438,4 +439,4 @@
       </item>
     </section>
   </menu>
-</interface>
+</interface>
\ No newline at end of file


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