diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-07 16:05:11 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-08 10:57:26 +0200 |
commit | 42dd9019953c79467e9bccd0861625bc08a71330 (patch) | |
tree | 20e0c481a9244c52d37362b608aaae37bbc35a08 | |
parent | d4e4c5e23e31ddeee1fa994ce4000c0251b13d59 (diff) |
Fix duplicate widget IDs and sloppy mnemonic IDs
Change-Id: I4df3b1e1886e77f7314e034550907ffca58b9ce6
-rw-r--r-- | sc/uiconfig/scalc/ui/databaroptions.ui | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sc/uiconfig/scalc/ui/databaroptions.ui b/sc/uiconfig/scalc/ui/databaroptions.ui index c53476991582..84503e5856f2 100644 --- a/sc/uiconfig/scalc/ui/databaroptions.ui +++ b/sc/uiconfig/scalc/ui/databaroptions.ui @@ -322,7 +322,7 @@ <property name="top_padding">6</property> <property name="left_padding">12</property> <child> - <object class="GtkGrid" id="grid3"> + <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -406,14 +406,13 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> - <object class="GtkAlignment" id="alignment3"> + <object class="GtkAlignment" id="alignment4"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="top_padding">6</property> @@ -427,13 +426,13 @@ <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> - <object class="GtkLabel" id="label10"> + <object class="GtkLabel" id="label12"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Minimum bar length (%):</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">minLength</property> + <property name="mnemonic_widget">min_length</property> </object> <packing> <property name="left_attach">0</property> @@ -441,13 +440,13 @@ </packing> </child> <child> - <object class="GtkLabel" id="label11"> + <object class="GtkLabel" id="label13"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">end</property> <property name="label" translatable="yes">Maximum bar length (%):</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">maxLength</property> + <property name="mnemonic_widget">max_length</property> </object> <packing> <property name="left_attach">0</property> @@ -481,7 +480,7 @@ </object> </child> <child type="label"> - <object class="GtkLabel" id="label12"> + <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Bar lengths</property> @@ -491,7 +490,6 @@ </object> </child> </object> - <packing> <property name="expand">False</property> <property name="fill">True</property> |