diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-04-22 10:38:52 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-04-22 10:46:30 -0500 |
commit | d3b6f1de8971a086aa1da829fc01d7c77a09502b (patch) | |
tree | f477d77b6f8387be2c757b18c424727097a0f6c4 | |
parent | 8b7799972a95da50e1e927488bb2b9d4b47b12b6 (diff) |
Related: tdf#90782 Switch to a single-column layout
Now that a label has been made longer, this will save space.
Also, removed a now-redundant explanation to reduce the number of
translatable messages, and dropped a spurious “yalign” value.
Change-Id: I46652effa364a867c8df28fb9373c48ab2fd2d74
-rw-r--r-- | sc/uiconfig/scalc/ui/definename.ui | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/sc/uiconfig/scalc/ui/definename.ui b/sc/uiconfig/scalc/ui/definename.ui index 47e9a5ddf418..06215a9c53ef 100644 --- a/sc/uiconfig/scalc/ui/definename.ui +++ b/sc/uiconfig/scalc/ui/definename.ui @@ -24,10 +24,9 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> - <property name="yalign">0.55000001192092896</property> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> <property name="secondary">True</property> @@ -78,24 +77,10 @@ <property name="orientation">vertical</property> <property name="spacing">12</property> <child> - <object class="GtkLabel" id="label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Define the name and range or formula expression.</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> - <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> @@ -121,7 +106,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> @@ -135,7 +120,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">4</property> </packing> </child> <child> @@ -145,8 +130,8 @@ <property name="invisible_char">•</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> @@ -182,8 +167,8 @@ </child> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> + <property name="left_attach">0</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -193,8 +178,8 @@ <property name="hexpand">True</property> </object> <packing> - <property name="left_attach">1</property> - <property name="top_attach">2</property> + <property name="left_attach">0</property> + <property name="top_attach">5</property> </packing> </child> </object> |