summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-04-17 13:20:36 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2020-04-20 14:27:03 +0200
commitd2323f3df20e77a1b1245783fac077b49456732d (patch)
tree38d93e2c2390b746496a27bfd7b8289be5973099 /cui/uiconfig
parentc902beec04331863a5f04a832f4a8e1fd9309a11 (diff)
Resolves tdf#132179 - Improve accessibility for the About dialog
Button added to copy version info Static text made non-selectable to avoid uncommon tabbing Change-Id: I4c2107b8120797a7cd532b59ca5ccb58ab61a2ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92418 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/aboutdialog.ui16
1 files changed, 15 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index e1a1c1a18b71..d61aea94cf88 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -25,6 +25,21 @@
<property name="hexpand">True</property>
<property name="layout_style">end</property>
<child>
+ <object class="GtkButton" id="btnCopyVersion">
+ <property name="label" translatable="yes" context="aboutdialog|copy">Copy _Version Info</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ <property name="secondary">True</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkButton" id="btnClose">
<property name="label">gtk-close</property>
<property name="visible">True</property>
@@ -136,7 +151,6 @@ CPU threads
Locale:
Calc:</property>
<property name="wrap">True</property>
- <property name="selectable">True</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property>
</object>