diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-08-30 16:25:36 -0500 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-31 07:18:04 -0500 |
commit | 9fcf955c339149f2ecb215cdd4eaa5a81b2963d1 (patch) | |
tree | 44bfdb3176078ccbe647864ddaaf8059d9c289ab /sc | |
parent | a2c6ce60b9b9cc15a3a7ab01abcaf4e3f3bfe270 (diff) |
Left-align labels in Detailed Calculation Settings dialog
Change-Id: I7e60d45f81dc3adb5567df47b359b627234b5bba
Reviewed-on: https://gerrit.libreoffice.org/11209
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/formulacalculationoptions.ui | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui index a83d9f24d70f..93966ac96410 100644 --- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui +++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.6 --> + <requires lib="gtk+" version="3.6"/> <!-- interface-requires LibreOffice 1.0 --> <object class="GtkDialog" id="FormulaCalculationOptions"> <property name="can_focus">False</property> @@ -145,8 +146,6 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="entry_text_column">0</property> - <property name="id_column">1</property> </object> <packing> <property name="left_attach">2</property> @@ -456,6 +455,7 @@ <object class="GtkLabel" id="frequency_label"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">0</property> <property name="label" translatable="yes">Frequency:</property> </object> <packing> @@ -469,6 +469,7 @@ <object class="GtkLabel" id="compute_units_label"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">0</property> <property name="label" translatable="yes">Compute Units:</property> </object> <packing> @@ -482,6 +483,7 @@ <object class="GtkLabel" id="memory_label"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">0</property> <property name="label" translatable="yes">Memory (in MB):</property> </object> <packing> |