[Libreoffice-commits] core.git: cui/uiconfig
Rishabh Kumar
kris.kr296 at gmail.com
Mon Aug 22 19:36:32 UTC 2016
cui/uiconfig/ui/gradientpage.ui | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit fc185fd35360a84136dd834bfdcd2e522350999a
Author: Rishabh Kumar <kris.kr296 at gmail.com>
Date: Tue Aug 23 00:40:10 2016 +0530
Add spacing between listbox and spin box in gradient tab
Change-Id: Ib0e3ec686681ea71f24ccc52fbc408c091bdb270
Reviewed-on: https://gerrit.libreoffice.org/28328
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
diff --git a/cui/uiconfig/ui/gradientpage.ui b/cui/uiconfig/ui/gradientpage.ui
index c592f5c..93bdafb 100644
--- a/cui/uiconfig/ui/gradientpage.ui
+++ b/cui/uiconfig/ui/gradientpage.ui
@@ -467,6 +467,7 @@
<object class="GtkSpinButton" id="colorfrommtr:%">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="margin_left">6</property>
<property name="invisible_char">●</property>
<property name="adjustment">percentadjustment</property>
</object>
@@ -482,7 +483,7 @@
</child>
</object>
<packing>
- <property name="expand">False</property>
+ <property name="expand">True</property>
<property name="fill">True</property>
<property name="position">5</property>
</packing>
@@ -512,6 +513,7 @@
<object class="GtkSpinButton" id="colortomtr:%">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="margin_left">6</property>
<property name="invisible_char">●</property>
<property name="adjustment">percentadjustment</property>
</object>
More information about the Libreoffice-commits
mailing list