summaryrefslogtreecommitdiff
path: root/src/ui/batch-password.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/batch-password.ui')
-rw-r--r--src/ui/batch-password.ui32
1 files changed, 23 insertions, 9 deletions
diff --git a/src/ui/batch-password.ui b/src/ui/batch-password.ui
index ee677ab..812bc01 100644
--- a/src/ui/batch-password.ui
+++ b/src/ui/batch-password.ui
@@ -1,7 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.2 -->
+<!-- Generated with glade 3.36.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
+ <object class="GtkImage" id="pw_cancel_image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">process-stop</property>
+ </object>
+ <object class="GtkImage" id="pw_ok_image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">gtk-ok</property>
+ </object>
<object class="GtkDialog" id="password_dialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
@@ -10,9 +20,6 @@
<property name="type_hint">dialog</property>
<signal name="destroy" handler="on_password_dialog_destroy" swapped="no"/>
<signal name="response" handler="on_password_dialog_response" swapped="no"/>
- <child type="titlebar">
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox15">
<property name="visible">True</property>
@@ -26,12 +33,14 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="pw_cancel_button">
- <property name="label">gtk-cancel</property>
+ <property name="label" translatable="yes">_Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
- <property name="use_stock">True</property>
+ <property name="image">pw_cancel_image</property>
+ <property name="use_underline">True</property>
+ <property name="always_show_image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -41,14 +50,16 @@
</child>
<child>
<object class="GtkButton" id="pw_ok_button">
- <property name="label">gtk-ok</property>
+ <property name="label" translatable="yes">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="receives_default">False</property>
- <property name="use_stock">True</property>
+ <property name="image">pw_ok_image</property>
+ <property name="use_underline">True</property>
+ <property name="always_show_image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -82,7 +93,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">start</property>
- <property name="stock">gtk-dialog-authentication</property>
+ <property name="icon_name">dialog-password</property>
<property name="icon_size">6</property>
</object>
<packing>
@@ -191,5 +202,8 @@
<action-widget response="-6">pw_cancel_button</action-widget>
<action-widget response="-5">pw_ok_button</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>