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 /examples/application8 | |
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 'examples/application8')
-rw-r--r-- | examples/application8/window.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/application8/window.ui b/examples/application8/window.ui index d2a085aafd..3e51eb7af1 100644 --- a/examples/application8/window.ui +++ b/examples/application8/window.ui @@ -29,7 +29,6 @@ <object class="GtkImage" id="search-icon"> <property name="visible">True</property> <property name="icon-name">edit-find-symbolic</property> - <property name="icon-size">1</property> </object> </child> </object> |