diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-08-05 13:57:48 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-08-05 22:03:50 +0300 |
commit | 36f275cb0f19d11151abf85f3c191a2736bd73da (patch) | |
tree | aa9e12aefff4b1f2e8be027858d220afa24bbb9a /svx | |
parent | b398ed8e3f95b75705bb2e53d49589ef7fdbb1c7 (diff) |
sidebar: don't stretch icons vertically
fix a regression in master.
Change-Id: I0fd0980225bdfd43cba884f145bcc7ebb8c05d85
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/sidebarparagraph.ui | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index 83eed78c5e36..286d12a04583 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -343,7 +343,8 @@ <object class="GtkImage" id="image6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="ypad">15</property> + <property name="halign">center</property> + <property name="valign">center</property> <property name="pixbuf">svx/res/symphony/spacing1.png</property> </object> <packing> @@ -386,6 +387,8 @@ <object class="GtkImage" id="image7"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">center</property> + <property name="valign">center</property> <property name="pixbuf">svx/res/symphony/spacing2.png</property> </object> <packing> @@ -623,6 +626,8 @@ <object class="GtkImage" id="image8"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">center</property> + <property name="valign">center</property> <property name="pixbuf">svx/res/symphony/Indent4.png</property> </object> <packing> @@ -663,6 +668,8 @@ <object class="GtkImage" id="image9"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">center</property> + <property name="valign">center</property> <property name="pixbuf">svx/res/symphony/Indent3.png</property> </object> <packing> @@ -703,6 +710,8 @@ <object class="GtkImage" id="image10"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">center</property> + <property name="valign">center</property> <property name="pixbuf">svx/res/symphony/Indent2.png</property> </object> <packing> |