[gnome-photos] selection-toolbar: Use icons
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] selection-toolbar: Use icons
- Date: Mon, 30 Nov 2015 16:08:30 +0000 (UTC)
commit e8d238a8ba196ca6f8b09fec6629091828c71d88
Author: Alessandro Bono <abono gnome org>
Date: Sun Nov 29 19:50:31 2015 +0100
selection-toolbar: Use icons
https://bugzilla.gnome.org/show_bug.cgi?id=758809
src/photos-selection-toolbar.ui | 29 +++++++++++++++++++++++++++--
1 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-selection-toolbar.ui b/src/photos-selection-toolbar.ui
index 093e784..cce3769 100644
--- a/src/photos-selection-toolbar.ui
+++ b/src/photos-selection-toolbar.ui
@@ -25,9 +25,26 @@
</packing>
</child>
<child>
+ <object class="GtkSeparator">
+ <property name="visible">1</property>
+ <property name="orientation">vertical</property>
+ </object>
+ <packing>
+ <property name="pack_type">start</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkButton" id="toolbar_print">
<property name="visible">1</property>
- <property name="label" translatable="yes">Print</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <child>
+ <object class="GtkImage">
+ <property name="visible">1</property>
+ <property name="icon_name">document-print-symbolic</property>
+ </object>
+ </child>
<signal name="clicked" object="PhotosSelectionToolbar" swapped="no"
handler="photos_selection_toolbar_print_clicked" />
</object>
@@ -38,8 +55,16 @@
<child>
<object class="GtkButton" id="toolbar_trash">
<property name="visible">1</property>
- <property name="label" translatable="yes">Delete</property>
<property name="action_name">app.delete</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <child>
+ <object class="GtkImage">
+ <property name="visible">1</property>
+ <property name="icon_name">user-trash-symbolic</property>
+ </object>
+ </child>
</object>
<packing>
<property name="pack_type">start</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]