cui/uiconfig/ui/macroselectordialog.ui |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit da698585ea981e7bf210f3d7d52cdcf3f196a7bf
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Tue Mar 9 13:50:42 2021 +0100
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Tue Apr 13 12:19:41 2021 +0200

    Macro Selector dialog: Remove extra padding and shadow
    
    + Remove extra left padding so everything is properly aligned
      - No need for extra padding to convey hierarchy
        we already have headings and vertical space to convey grouping
    + Description: Remove extra shadow from the scrolledwindow
      - To avoid giving the fall sense of interactivity
        since it's meant to be solely an element to display text and
        an outline around can suggest waiting for some input/selection
    
    (cherry picked from commit f9c40cad1eefb4f6329dfd229ba18507c8083649
    with resolved conflicts, picking only relevant changes)
    
    Signed-off-by: Pedro Pinto Silva <pedro.si...@collabora.com>
    Change-Id: Ibbfac39cc46da9c9e91cdaca1a97c84d8a3cd8fd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112203
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113893
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/macroselectordialog.ui 
b/cui/uiconfig/ui/macroselectordialog.ui
index 4ebf9ba0731c..7756c141c052 100644
--- a/cui/uiconfig/ui/macroselectordialog.ui
+++ b/cui/uiconfig/ui/macroselectordialog.ui
@@ -181,7 +181,6 @@
                         <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
                         <property name="shadow_type">in</property>
-                        <property name="margin-start">12</property>
                         <property name="margin-top">6</property>
                         <child>
                           <object class="GtkTreeView" id="categories">
@@ -277,7 +276,6 @@
                         <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
                         <property name="shadow_type">in</property>
-                        <property name="margin-start">12</property>
                         <property name="margin-top">6</property>
                         <child>
                           <object class="GtkTreeView" id="commands">
@@ -374,8 +372,6 @@
                     <property name="can_focus">True</property>
                     <property name="hexpand">True</property>
                     <property name="vexpand">True</property>
-                    <property name="shadow_type">in</property>
-                    <property name="margin-start">12</property>
                     <property name="margin-top">6</property>
                     <child>
                       <object class="GtkTextView" id="description">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to