diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-14 21:14:47 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-15 14:22:17 -0500 |
commit | 2301d8d90bda35c2e1d6e461cd3c815a4e6bd3e6 (patch) | |
tree | 42fa4313f2378d4449b592c8fc28a7b0c98f362d /tests/dialog.ui | |
parent | e5da85631a1dc9bb8fcd8fef87947cd26709c6e5 (diff) | |
download | gtk+-2301d8d90bda35c2e1d6e461cd3c815a4e6bd3e6.tar.gz |
enums: Change GtkIconSize values
The new values are the ones we intend to keep. The old ones had
duplicated meanings and nobody knew which one to take.
Diffstat (limited to 'tests/dialog.ui')
-rw-r--r-- | tests/dialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dialog.ui b/tests/dialog.ui index 58d3f34765..8c7a97f0c5 100644 --- a/tests/dialog.ui +++ b/tests/dialog.ui @@ -34,7 +34,6 @@ <child> <object class="GtkImage" id="back_icon"> <property name="visible">True</property> - <property name="icon_size">1</property> </object> </child> </object> |