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