[gnome-music/wip/mschraal/searchview-bugfixes: 4/4] ui/SearchView: Unset left and right margin for FlowBox



commit 350bbce9564c51930b213ecf9ebdb0bd09d87726
Author: Marinus Schraal <mschraal gnome org>
Date:   Tue Aug 6 17:22:17 2019 +0200

    ui/SearchView: Unset left and right margin for FlowBox
    
    Maximize the available space.

 data/ui/SearchView.ui | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index 93bdc27c..e67e85a7 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -67,7 +67,10 @@
                 <property name="halign">fill</property>
                 <property name="hexpand">True</property>
                 <property name="homogeneous">True</property>
-                <property name="margin">18</property>
+                <property name="margin-bottom">18</property>
+                <property name="margin-end">0</property>
+                <property name="margin-start">0</property>
+                <property name="margin-top">18</property>
                 <property name="max-children-per-line">6</property>
                 <property name="min-children-per-line">1</property>
                 <property name="row_spacing">12</property>
@@ -119,7 +122,10 @@
                 <property name="homogeneous">True</property>
                 <property name="min_children_per_line">1</property>
                 <property name="max_children_per_line">6</property>
-                <property name="margin">18</property>
+                <property name="margin-bottom">18</property>
+                <property name="margin-end">0</property>
+                <property name="margin-start">0</property>
+                <property name="margin-top">18</property>
                 <property name="row_spacing">12</property>
                 <property name="column_spacing">6</property>
                 <property name="selection_mode">none</property>


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