[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - cui/uiconfig
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 9 14:56:22 UTC 2021
cui/uiconfig/ui/macroselectordialog.ui | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit f9c40cad1eefb4f6329dfd229ba18507c8083649
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Mar 9 13:50:42 2021 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Mar 9 15:55:49 2021 +0100
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
Signed-off-by: Pedro Pinto Silva <pedro.silva at collabora.com>
Change-Id: Ibbfac39cc46da9c9e91cdaca1a97c84d8a3cd8fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112203
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/cui/uiconfig/ui/macroselectordialog.ui b/cui/uiconfig/ui/macroselectordialog.ui
index edc9fad32d9e..a04ebbd37dc8 100644
--- a/cui/uiconfig/ui/macroselectordialog.ui
+++ b/cui/uiconfig/ui/macroselectordialog.ui
@@ -182,7 +182,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="top_padding">6</property>
- <property name="left_padding">12</property>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
@@ -201,7 +200,6 @@
<property name="model">liststore1</property>
<property name="headers_visible">False</property>
<property name="search_column">1</property>
- <property name="show_expanders">True</property>
<property name="enable_tree_lines">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="Macro Library List-selection1"/>
@@ -285,7 +283,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="top_padding">6</property>
- <property name="left_padding">12</property>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
@@ -388,7 +385,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="top_padding">6</property>
- <property name="left_padding">12</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="height_request">100</property>
@@ -396,7 +392,6 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="shadow_type">in</property>
<child>
<object class="GtkTextView" id="description">
<property name="visible">True</property>
More information about the Libreoffice-commits
mailing list