summaryrefslogtreecommitdiff
path: root/examples/application7/window.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-17 12:37:51 -0700
committerMatthias Clasen <mclasen@redhat.com>2014-04-17 22:55:39 -0400
commit35f42433153722aefb5ed7c2418c966038e1425f (patch)
treec2f21cd9e02a7442f76760cefe8cde4fe631daa9 /examples/application7/window.ui
parentfcba75c2ba695a5e06c1185aee46e9d6b215c710 (diff)
downloadgtk+-35f42433153722aefb5ed7c2418c966038e1425f.tar.gz
example: Make search button square
The image-button style class takes care of it.
Diffstat (limited to 'examples/application7/window.ui')
-rw-r--r--examples/application7/window.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/application7/window.ui b/examples/application7/window.ui
index 16e71a9698..589acd52ce 100644
--- a/examples/application7/window.ui
+++ b/examples/application7/window.ui
@@ -23,6 +23,9 @@
<object class="GtkToggleButton" id="search">
<property name="visible">True</property>
<property name="sensitive">False</property>
+ <style>
+ <class name="image-button"/>
+ </style>
<child>
<object class="GtkImage" id="search-icon">
<property name="visible">True</property>