diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-29 20:04:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-29 20:04:08 +0100 |
commit | 1193dc782f4479a81f3d283c99df2f5c7e022682 (patch) | |
tree | 2ba8865072929fcb4c4b31b46fd8d8a40e642cfe /cui/uiconfig/ui/effectspage.ui | |
parent | 1d33fc35f787061c9440ba44dfd53de405bd430a (diff) |
Related: fdo#67395 drop 'Preview' frame title
it's clear that it's a preview, move that string into its Accessible name for
those that can't see the preview
Change-Id: I684f451542f5300cc206c9ade7f3b130b1c3c876
Diffstat (limited to 'cui/uiconfig/ui/effectspage.ui')
-rw-r--r-- | cui/uiconfig/ui/effectspage.ui | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/cui/uiconfig/ui/effectspage.ui b/cui/uiconfig/ui/effectspage.ui index 42dbbe1dd48b..75c28eb7bdf7 100644 --- a/cui/uiconfig/ui/effectspage.ui +++ b/cui/uiconfig/ui/effectspage.ui @@ -638,41 +638,27 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame12"> + <object class="GtkAlignment" id="alignment12"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label_xalign">0</property> - <property name="shadow_type">none</property> + <property name="top_padding">6</property> + <property name="left_padding">12</property> <child> - <object class="GtkAlignment" id="alignment12"> + <object class="svxlo-SvxFontPrevWindow" id="preview"> + <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> - <child> - <object class="svxlo-SvxFontPrevWindow" id="preview"> - <property name="height_request">100</property> - <property name="visible">True</property> - <property name="can_focus">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="preview-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes">Preview</property> </object> </child> </object> </child> - <child type="label"> - <object class="GtkLabel" id="label50"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Preview</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> |