diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-04-28 23:28:39 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-04-28 23:28:39 +0000 |
commit | 92e21c3f1c8e452eeac9cacc40100360409ca1a6 (patch) | |
tree | edee882d16357864ba0098a41d31fd8895486745 /tests/mydialog.ui | |
parent | 8880d274603dcd5cb99fd917772df1061c9c339c (diff) | |
download | gtk+-92e21c3f1c8e452eeac9cacc40100360409ca1a6.tar.gz |
Drop the can-default property
It was added at a time when default buttons
had a very large external border that would disrupt
aligment. Not a problem nowadays.
Diffstat (limited to 'tests/mydialog.ui')
-rw-r--r-- | tests/mydialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mydialog.ui b/tests/mydialog.ui index b6766e0794..d1eed38613 100644 --- a/tests/mydialog.ui +++ b/tests/mydialog.ui @@ -12,7 +12,6 @@ <property name="visible">True</property> <property name="label">_Go</property> <property name="use_underline">True</property> - <property name="can_default">True</property> </object> </child> <action-widgets> |