summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2021-03-09 13:50:42 +0100
committerMichael Meeks <michael.meeks@collabora.com>2021-04-10 15:51:52 +0100
commitdd068dd910c8ca78e9145304ae240861eab95928 (patch)
tree58c7ead045e670355f976d04c02081b248826652 /cui
parentlok: run async the Macro Selector Dialog (diff)
downloadcore-dd068dd910c8ca78e9145304ae240861eab95928.tar.gz
core-dd068dd910c8ca78e9145304ae240861eab95928.zip
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@collabora.com> Change-Id: Ibbfac39cc46da9c9e91cdaca1a97c84d8a3cd8fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112203 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/macroselectordialog.ui4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/macroselectordialog.ui b/cui/uiconfig/ui/macroselectordialog.ui
index 8dc73a8c7755..ec3f0014ef2a 100644
--- a/cui/uiconfig/ui/macroselectordialog.ui
+++ b/cui/uiconfig/ui/macroselectordialog.ui
@@ -179,7 +179,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>
@@ -281,7 +280,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>
@@ -384,7 +382,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>
@@ -392,7 +389,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>