[geary/wip/problem-report-logs: 21/23] Use text label for problem dialog Save As button



commit eb586280fdaf105ed47758196716d519f235bd24
Author: Michael Gratton <mike vee net>
Date:   Fri Jul 5 10:08:21 2019 +1000

    Use text label for problem dialog Save As button

 ui/problem-details-dialog.ui | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/ui/problem-details-dialog.ui b/ui/problem-details-dialog.ui
index 6497cc6b..5e667fed 100644
--- a/ui/problem-details-dialog.ui
+++ b/ui/problem-details-dialog.ui
@@ -39,18 +39,15 @@
         </child>
         <child>
           <object class="GtkButton" id="save_as_button">
+            <property name="label" translatable="yes" comments="Button label for saving problem report 
information">Save As</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">True</property>
             <property name="tooltip_text" translatable="yes" comments="Tooltip for problem report 
button">Save logs entries and details</property>
             <signal name="clicked" handler="on_save_as_clicked" swapped="no"/>
-            <child>
-              <object class="GtkImage">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="icon_name">document-save-as-symbolic</property>
-              </object>
-            </child>
+            <style>
+              <class name="suggested-action"/>
+            </style>
           </object>
           <packing>
             <property name="pack_type">end</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]