diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-11 13:01:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-11 19:42:52 +0000 |
commit | 89cb169b49de363ac290c23cb228675d022f5cda (patch) | |
tree | 552d2393045b2c5b97fa326a481773345b0673d0 /sw/uiconfig | |
parent | b6f8bc08cdb514639fcc15d6ad76406478e44f54 (diff) |
use sizegroups instead of explicit code
Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/footnotepage.ui | 11 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/wordcount.ui | 13 |
2 files changed, 20 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/footnotepage.ui b/sw/uiconfig/swriter/ui/footnotepage.ui index 32056a57a219..6ffe813a3006 100644 --- a/sw/uiconfig/swriter/ui/footnotepage.ui +++ b/sw/uiconfig/swriter/ui/footnotepage.ui @@ -117,11 +117,9 @@ <child> <object class="GtkRadioButton" id="pospagecb"> <property name="label" translatable="yes">End of page</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">posdoccb</property> @@ -136,11 +134,9 @@ <child> <object class="GtkRadioButton" id="posdoccb"> <property name="label" translatable="yes">End of document</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">pospagecb</property> @@ -579,4 +575,11 @@ </row> </data> </object> + <object class="GtkSizeGroup" id="sizegroup1"> + <widgets> + <widget name="prefix"/> + <widget name="suffix"/> + <widget name="numberinglb"/> + </widgets> + </object> </interface> diff --git a/sw/uiconfig/swriter/ui/wordcount.ui b/sw/uiconfig/swriter/ui/wordcount.ui index c04be51ae5a9..c0b022487745 100644 --- a/sw/uiconfig/swriter/ui/wordcount.ui +++ b/sw/uiconfig/swriter/ui/wordcount.ui @@ -331,4 +331,17 @@ <action-widget response="0">close</action-widget> </action-widgets> </object> + <object class="GtkSizeGroup" id="sizegroup1"> + <property name="ignore_hidden">True</property> + <widgets> + <widget name="selectwords"/> + <widget name="selectchars"/> + <widget name="selectcharsnospaces"/> + <widget name="docwords"/> + <widget name="docchars"/> + <widget name="doccharsnospaces"/> + <widget name="selectcjkchars"/> + <widget name="doccjkchars"/> + </widgets> + </object> </interface> |