diff options
Diffstat (limited to 'svx/uiconfig/ui/accessibilitycheckentry.ui')
-rw-r--r-- | svx/uiconfig/ui/accessibilitycheckentry.ui | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/accessibilitycheckentry.ui b/svx/uiconfig/ui/accessibilitycheckentry.ui new file mode 100644 index 0000000000..f5b79bd9a2 --- /dev/null +++ b/svx/uiconfig/ui/accessibilitycheckentry.ui @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.40.0 --> +<interface domain="svx"> + <requires lib="gtk+" version="3.20"/> + <!-- n-columns=3 n-rows=1 --> + <object class="GtkGrid" id="accessibilityCheckEntryBox"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-top">1</property> + <property name="margin-bottom">1</property> + <property name="hexpand">True</property> + <property name="column-spacing">6</property> + <child> + <object class="GtkLabel" id="accessibilityCheckEntryLabel"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-start">6</property> + <property name="hexpand">True</property> + <property name="wrap">True</property> + <property name="selectable">True</property> + <property name="xalign">0</property> + <child internal-child="accessible"> + <object class="AtkObject" id="accessibilityCheckEntryLabel-atkobject"> + <property name="AtkObject::accessible-role">static</property> + </object> + </child> + </object> + <packing> + <property name="left-attach">0</property> + <property name="top-attach">0</property> + </packing> + </child> + <child> + <object class="GtkLinkButton" id="accessibilityCheckEntryLinkButton"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="hexpand">True</property> + <property name="relief">none</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left-attach">1</property> + <property name="top-attach">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="accessibilityCheckEntryFixButton"> + <property name="label" translatable="yes" context="accessibilitycheckentry|accessibilityCheckEntryFixButton" comments="This is a verb. Push this button to quickly fix an a11y problem.">Fix…</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="halign">end</property> + <property name="valign">center</property> + </object> + <packing> + <property name="left-attach">2</property> + <property name="top-attach">0</property> + </packing> + </child> + </object> +</interface> |