[gnome-music/wip/jfelder/searchview-new-style: 4/11] searchview: Add some margin to the view



commit 977c767d9626701316ad49fac82b227357ffa6e2
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Aug 1 13:40:31 2019 +0200

    searchview: Add some margin to the view

 data/ui/SearchView.ui | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index a51f612a..0c4469a1 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -9,6 +9,11 @@
         <property name="visible">True</property>
         <child>
           <object class="GtkBox" id="container">
+            <property name="halign">center</property>
+            <property name="margin-bottom">20</property>
+            <property name="margin-left">120</property>
+            <property name="margin-right">120</property>
+            <property name="margin-top">20</property>
             <property name="orientation">vertical</property>
             <property name="visible">True</property>
             <child>


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