diff options
Diffstat (limited to 'sw/uiconfig/swriter/ui/pagestylespanel.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/pagestylespanel.ui | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/sw/uiconfig/swriter/ui/pagestylespanel.ui b/sw/uiconfig/swriter/ui/pagestylespanel.ui index a60f61f1c339..f966e4be5cd9 100644 --- a/sw/uiconfig/swriter/ui/pagestylespanel.ui +++ b/sw/uiconfig/swriter/ui/pagestylespanel.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.20"/> <object class="GtkListStore" id="liststore4"> @@ -159,9 +159,11 @@ </child> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> - <attributes> - <attribute name="surface">3</attribute> - </attributes> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="lbhatching-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="pagestylespanel|hatching|accessible_name">Background Hatching</property> + </object> </child> </object> <packing> @@ -185,9 +187,6 @@ </child> <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext6"/> - <attributes> - <attribute name="surface">3</attribute> - </attributes> </child> </object> <packing> @@ -205,10 +204,14 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> - <property name="label" translatable="no"></property> <child> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="lbcolor-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="pagestylespanel|background_color|accessible_name">Background Color</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property> @@ -225,10 +228,14 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> - <property name="label" translatable="no"></property> <child> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="lbgradient-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="pagestylespanel|second_gradient_color">Second gradient color</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property> |