diff options
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> |