diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-25 16:32:42 +0100 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-25 17:35:29 +0000 |
commit | ab8f39aae069f65a8ebd3cad45d33e2e75426597 (patch) | |
tree | 4befdef5c7b9feaaa6144af7e90227c33d6cf0b8 /cui | |
parent | cf908fbf1119446000fe75c57f15d08046b8091d (diff) |
Related: fdo#61544 put help tips checkboxes side-by-side
sucks some height out of the page
Change-Id: If1aa064e2ca6515fdde55c077381806942a255bb
(cherry picked from commit 4f2fa58f027707254cc6d8f076354787c252a26f)
Reviewed-on: https://gerrit.libreoffice.org/5108
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optgeneralpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optgeneralpage.ui b/cui/uiconfig/ui/optgeneralpage.ui index 2e59fd9a7c97..98e757f39667 100644 --- a/cui/uiconfig/ui/optgeneralpage.ui +++ b/cui/uiconfig/ui/optgeneralpage.ui @@ -61,8 +61,8 @@ <property name="draw_indicator">True</property> </object> <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="left_attach">1</property> + <property name="top_attach">0</property> <property name="width">1</property> <property name="height">1</property> </packing> |