summaryrefslogtreecommitdiffstats
path: root/desktop/uiconfig
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-11-18 17:42:18 +0300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-11-21 09:19:09 +0000
commit3aec456ba8a0d1f9aef2fc1735d1861fe9d3a98c (patch)
treef2978d03cfc725db56d7968716d83b455f8042f4 /desktop/uiconfig
parentRevert "add missing component" (diff)
downloadcore-3aec456ba8a0d1f9aef2fc1735d1861fe9d3a98c.tar.gz
core-3aec456ba8a0d1f9aef2fc1735d1861fe9d3a98c.zip
tdf#103146 Revamp Extension Manager Dialog, Part 3
Move the "Enable"/"Disable" button which was customly implemented from the ExtBoxWithBtns_Impl to the new row. This should also solve some accessibility issues. Also remove some unnecessary code pieces for clean-up. Change-Id: Iec7820779110eea3411a774de8277ef238f562e7 Reviewed-on: https://gerrit.libreoffice.org/30973 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'desktop/uiconfig')
-rw-r--r--desktop/uiconfig/ui/extensionmanager.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui
index e17bc772f772..f40b38679134 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -140,7 +140,8 @@
</child>
<child>
<object class="GtkButton" id="enablebtn">
- <property name="label" translatable="yes">Enable</property>
+ <property name="label" translatable="yes">_Enable</property>
+ <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>