forked from AuroraMiddleware/gtk
widget-factory: Add a default button
Mark one of the buttons in the message dialog as default, so we can see how the default appears visually.
This commit is contained in:
parent
e516ce428a
commit
749ea8c30c
@ -2902,7 +2902,7 @@ bad things might happen.</property>
|
||||
|
||||
<action-widgets>
|
||||
<action-widget response="cancel">cancel_info_dialog</action-widget>
|
||||
<action-widget response="ok">doit_info_dialog</action-widget>
|
||||
<action-widget response="ok" default="true">doit_info_dialog</action-widget>
|
||||
</action-widgets>
|
||||
</object>
|
||||
<object class="GtkDialog" id="action_dialog">
|
||||
|
Loading…
Reference in New Issue
Block a user