diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-03-20 20:54:31 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-03-21 11:32:22 +0900 |
commit | 17ec84cdc14dc66c227fd48dd8786830a1a933cd (patch) | |
tree | a60130171f4c4dcdb14470ffdb410c873e85cb55 | |
parent | f916474ed0ee205b4f34b74ab6b248230e9f0673 (diff) |
tdf#124153 fix cut-off radio button
Reviewed-on: https://gerrit.libreoffice.org/69467
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 7aaa82b21af0bc212e572f1e1d931fb80b1e3e75)
Change-Id: I8e07a8c49a9dc47cb8b75b61450125d449a45d1e
-rw-r--r-- | cui/uiconfig/ui/transparencytabpage.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/transparencytabpage.ui b/cui/uiconfig/ui/transparencytabpage.ui index 544b86e44f34..dae0ac7dc480 100644 --- a/cui/uiconfig/ui/transparencytabpage.ui +++ b/cui/uiconfig/ui/transparencytabpage.ui @@ -88,7 +88,6 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> - <property name="image_position">bottom</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">RBT_TRANS_LINEAR</property> @@ -106,7 +105,6 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> - <property name="image_position">right</property> <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">RBT_TRANS_GRADIENT</property> |