[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: settings: Drop some GtkStock items
noreply at xfce.org
noreply at xfce.org
Sat Feb 29 19:28:40 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit 3d96e446dfb814cfb3d5d0fbb91ef423a8a864dd
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Feb 29 19:28:19 2020 +0100
settings: Drop some GtkStock items
---
panel-plugin/settings-dialog.ui | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/panel-plugin/settings-dialog.ui b/panel-plugin/settings-dialog.ui
index de2e22a..39bd3ee 100644
--- a/panel-plugin/settings-dialog.ui
+++ b/panel-plugin/settings-dialog.ui
@@ -10,6 +10,16 @@
<property name="step_increment">5</property>
<property name="page_increment">10</property>
</object>
+ <object class="GtkImage" id="image5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">help-browser</property>
+ </object>
+ <object class="GtkImage" id="image6">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">window-close-symbolic</property>
+ </object>
<object class="XfceTitledDialog" id="settings-dialog">
<property name="can_focus">False</property>
<property name="title">Clipman</property>
@@ -31,11 +41,12 @@
<property name="can_focus">False</property>
<child>
<object class="GtkButton" id="settings-dialog-button-help">
- <property name="label">gtk-help</property>
+ <property name="label">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
+ <property name="image">image5</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -45,11 +56,12 @@
</child>
<child>
<object class="GtkButton" id="settings-dialog-button-close">
- <property name="label">gtk-close</property>
+ <property name="label">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
+ <property name="image">image6</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1147,6 +1159,9 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
<action-widget response="1">action-dialog-button-ok</action-widget>
</action-widgets>
</object>
+ <object class="GtkTextBuffer" id="textbuffer1">
+ <property name="text">Type here your custom text, for example an URL, a filename, etc.</property>
+ </object>
<object class="GtkDialog" id="regex-dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Regular expression</property>
@@ -1271,7 +1286,4 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
<action-widget response="-10">regex-dialog-button-ok</action-widget>
</action-widgets>
</object>
- <object class="GtkTextBuffer" id="textbuffer1">
- <property name="text">Type here your custom text, for example an URL, a filename, etc.</property>
- </object>
</interface>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list