[gnome-music/wip/mschraal/searchview-bugfixes: 3/3] ui/SearchView: Unset left and right margin for FlowBox
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/searchview-bugfixes: 3/3] ui/SearchView: Unset left and right margin for FlowBox
- Date: Tue, 6 Aug 2019 15:33:43 +0000 (UTC)
commit 23a1fd98a257c1c509981bf02e916751d71ce802
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]