Use text label for problem dialog Save As button

This commit is contained in:
Michael Gratton 2019-07-05 10:08:21 +10:00 committed by Michael James Gratton
parent 6456e94500
commit eb586280fd

View file

@ -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>