diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-11-02 00:09:52 +0100 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-11-02 14:18:55 +0100 |
commit | 93fd2091f81aeb40b962c3d37b13350812953fa2 (patch) | |
tree | f5488e4f59a09bb2dfa8f1410af99d77ce1fa716 /cui | |
parent | 2764c334c3b9cf428e4e7ab0c28ce6a34036fa77 (diff) |
Cell Alignment Dialog update
Change-Id: I86954c4fa8910d8d7e4d4e815ffcd600e2b11c0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105161
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/cellalignment.ui | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/cellalignment.ui b/cui/uiconfig/ui/cellalignment.ui index fc56c59351eb..f70d0a0420ce 100644 --- a/cui/uiconfig/ui/cellalignment.ui +++ b/cui/uiconfig/ui/cellalignment.ui @@ -40,7 +40,7 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="valign">center</property> + <property name="valign">start</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> @@ -181,12 +181,10 @@ </object> <packing> <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="top_attach">0</property> + <property name="height">2</property> </packing> </child> - <child> - <placeholder/> - </child> </object> </child> </object> @@ -570,4 +568,12 @@ <widget name="LabelTxtDir"/> </widgets> </object> + <object class="GtkSizeGroup" id="sizegroupWidget"> + <widgets> + <widget name="comboboxHorzAlign"/> + <widget name="comboboxVertAlign"/> + <widget name="spinDegrees"/> + <widget name="references"/> + </widgets> + </object> </interface> |