widget-factory: Some cosmetics

Hook the Print button on page 3 up to the app.print
action. This doesn't do anything now, but we might
use it to show a print dialog.
This commit is contained in:
Matthias Clasen 2020-04-26 10:02:11 -04:00
parent ecf8e6f692
commit 8410e6f129

View File

@ -2482,6 +2482,7 @@ microphone-sensitivity-medium-symbolic</property>
<child>
<object class="GtkButton" id="print_button">
<property name="label">Print</property>
<property name="action-name">app.print</property>
</object>
</child>
</object>