anastasis_gtk_warn_multifactor.glade (3610B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.38.2 --> 3 <interface> 4 <requires lib="gtk+" version="3.24"/> 5 <object class="GtkMessageDialog" id="anastasis_gtk_confirm_multifactor_dialog"> 6 <property name="can-focus">False</property> 7 <property name="title" translatable="yes">Confirm use of few authentication methods.</property> 8 <property name="modal">True</property> 9 <property name="window-position">center</property> 10 <property name="type-hint">dialog</property> 11 <property name="message-type">warning</property> 12 <property name="text" translatable="yes">To keep your secret secure, we recommend you specify at least three authentication options before proceeding.</property> 13 <property name="secondary-text" translatable="yes">Select "back" to add additional authentication options.</property> 14 <signal name="response" handler="anastasis_gtk_confirm_multifactor_dialog_response_cb" swapped="no"/> 15 <child internal-child="vbox"> 16 <object class="GtkBox"> 17 <property name="can-focus">False</property> 18 <property name="orientation">vertical</property> 19 <property name="spacing">2</property> 20 <child internal-child="action_area"> 21 <object class="GtkButtonBox"> 22 <property name="can-focus">False</property> 23 <property name="homogeneous">True</property> 24 <property name="layout-style">end</property> 25 <child> 26 <object class="GtkButton" id="back_button"> 27 <property name="label">gtk-go-back</property> 28 <property name="visible">True</property> 29 <property name="can-focus">True</property> 30 <property name="receives-default">True</property> 31 <property name="tooltip-text" translatable="yes">Go back to the previous dialog to add more authentication options.</property> 32 <property name="use-stock">True</property> 33 </object> 34 <packing> 35 <property name="expand">True</property> 36 <property name="fill">True</property> 37 <property name="padding">5</property> 38 <property name="position">0</property> 39 </packing> 40 </child> 41 <child> 42 <object class="GtkButton" id="next_button"> 43 <property name="label">gtk-media-next</property> 44 <property name="visible">True</property> 45 <property name="can-focus">True</property> 46 <property name="has-focus">True</property> 47 <property name="tooltip-text" translatable="yes">Proceed without adding additional authentication options.</property> 48 <property name="use-stock">True</property> 49 <property name="always-show-image">True</property> 50 </object> 51 <packing> 52 <property name="expand">True</property> 53 <property name="fill">True</property> 54 <property name="padding">5</property> 55 <property name="position">1</property> 56 </packing> 57 </child> 58 </object> 59 <packing> 60 <property name="expand">False</property> 61 <property name="fill">False</property> 62 <property name="position">0</property> 63 </packing> 64 </child> 65 </object> 66 </child> 67 <action-widgets> 68 <action-widget response="-6">back_button</action-widget> 69 <action-widget response="-5">next_button</action-widget> 70 </action-widgets> 71 </object> 72 </interface>