summaryrefslogtreecommitdiff
path: root/desktop/uiconfig/ui
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-11-14 14:02:58 +0300
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-11-15 21:46:03 +0000
commit88f31af74816dbb7a85df73602f2c24dbd6fedae (patch)
tree74681208df38f53d9a6ee26c3faac80804582fbc /desktop/uiconfig/ui
parent81f6384a50bfde0439ae0af00fed29d231e8196a (diff)
tdf#103146 Revamp Extension Manager Dialog, Part 2
Move the "Remove" button which was customly implemented from the ExtBoxWithBtns_Impl to the new row. This should also solve some accessibility issues. Also wipe some useless code which implements custom tab behavior. Change-Id: I602fcf23631498145d8b9ead2936ee549caf3f0d Reviewed-on: https://gerrit.libreoffice.org/30867 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'desktop/uiconfig/ui')
-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 af2f904ee737..e17bc772f772 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -125,7 +125,8 @@
</child>
<child>
<object class="GtkButton" id="removebtn">
- <property name="label" translatable="yes">Remove</property>
+ <property name="label" translatable="yes">_Remove</property>
+ <property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>