diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-27 23:15:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-27 23:15:20 +0200 |
commit | 20d0da4b39761f76b25843206233a43260c91cf1 (patch) | |
tree | 3ad6f41942bfaa72c06c43a1206b15dbb478240f | |
parent | aadc6622c31b08ec99998f0a3682db752598304c (diff) | |
download | anastasis-gtk-20d0da4b39761f76b25843206233a43260c91cf1.tar.gz anastasis-gtk-20d0da4b39761f76b25843206233a43260c91cf1.tar.bz2 anastasis-gtk-20d0da4b39761f76b25843206233a43260c91cf1.zip |
-make bank details selectable
-rw-r--r-- | contrib/anastasis_gtk_challenge_iban.glade | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/contrib/anastasis_gtk_challenge_iban.glade b/contrib/anastasis_gtk_challenge_iban.glade index b666146..a97de57 100644 --- a/contrib/anastasis_gtk_challenge_iban.glade +++ b/contrib/anastasis_gtk_challenge_iban.glade @@ -45,7 +45,6 @@ Author: Christian Grothoff <object class="GtkButton" id="anastasis_gtk_c_iban_dialog_btn_close"> <property name="label">gtk-close</property> <property name="visible">True</property> - <property name="sensitive">True</property> <property name="can-focus">False</property> <property name="can-default">True</property> <property name="has-default">True</property> @@ -171,6 +170,17 @@ to pay the Anastasis provider for its service.</property> </packing> </child> <child> + <object class="GtkSeparator"> + <property name="visible">True</property> + <property name="can-focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">3</property> + </packing> + </child> + <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -183,6 +193,7 @@ to pay the Anastasis provider for its service.</property> <property name="margin-start">30</property> <property name="margin-end">30</property> <property name="label">SET DYNAMICALLY BY PROGRAM</property> + <property name="selectable">True</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -222,17 +233,6 @@ to pay the Anastasis provider for its service.</property> </packing> </child> <child> - <object class="GtkSeparator"> - <property name="visible">True</property> - <property name="can-focus">False</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">3</property> - </packing> - </child> - <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -245,6 +245,7 @@ to pay the Anastasis provider for its service.</property> <property name="margin-start">30</property> <property name="margin-end">30</property> <property name="label">SET DYNAMICALLY BY PROGRAM</property> + <property name="selectable">True</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -296,6 +297,7 @@ to pay the Anastasis provider for its service.</property> <property name="margin-start">30</property> <property name="margin-end">30</property> <property name="label">SET DYNAMICALLY BY PROGRAM</property> + <property name="selectable">True</property> <attributes> <attribute name="style" value="italic"/> <attribute name="weight" value="bold"/> @@ -414,6 +416,9 @@ open the resulting file later to continue.</property> </child> </object> </child> + <action-widgets> + <action-widget response="-7">anastasis_gtk_c_iban_dialog_btn_close</action-widget> + </action-widgets> <child type="titlebar"> <object class="GtkLabel"> <property name="visible">True</property> |