[gnome-software: 98/110] gs-search-page: Fix margins around page




commit d259aa77e536e1d6c90a29f05e8d2084c07e4873
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Aug 27 17:41:04 2021 -0300

    gs-search-page: Fix margins around page
    
    It was lost during the transition to GTK4, so reinstate
    it using the same values of the other pages.

 src/gs-search-page.ui | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/gs-search-page.ui b/src/gs-search-page.ui
index 252c44656..6f0d2199e 100644
--- a/src/gs-search-page.ui
+++ b/src/gs-search-page.ui
@@ -73,6 +73,10 @@
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="selection_mode">none</property>
+                        <property name="margin-top">24</property>
+                        <property name="margin-bottom">36</property>
+                        <property name="margin-start">12</property>
+                        <property name="margin-end">12</property>
                         <style>
                           <class name="section"/>
                           <class name="content"/>


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