Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2020-06-27 14:10:19 +0300
committerlovetox <philipp@hoerist.com>2020-06-29 23:27:40 +0300
commit1b9295c873a5dd87664f1c6e7d8e92b6c67f2c4a (patch)
tree4f8d2de7599226bbae2e8b15c1ea52f391ea500c
parentd4273b295c03d7f79d96858f322ad2a88f10afe7 (diff)
[plugin_installer] Use text for install/update button
-rw-r--r--plugin_installer/installer.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin_installer/installer.ui b/plugin_installer/installer.ui
index ee5269f..be93382 100644
--- a/plugin_installer/installer.ui
+++ b/plugin_installer/installer.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkListStore" id="plugin_store">
@@ -133,15 +133,15 @@
<object class="GtkToolbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="toolbar_style">text</property>
<property name="show_arrow">False</property>
- <property name="icon_size">1</property>
<child>
<object class="GtkToolButton" id="install_plugin_button">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">Install/Update Plugin</property>
- <property name="icon_name">software-update-available-symbolic</property>
+ <property name="label" translatable="yes">Install / Upda_te</property>
+ <property name="use_underline">True</property>
<signal name="clicked" handler="_on_install_update_clicked" swapped="no"/>
</object>
<packing>