[gtk+] inspector: Make close buttons in search bars have no relief



commit 4634fd81baf77fc56cfde2ca1e32d36d6372fbbe
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 25 08:42:26 2014 -0500

    inspector: Make close buttons in search bars have no relief
    
    Make our home-grown searchbar lookalike look more alike.

 gtk/inspector/prop-list.ui       |    1 +
 gtk/inspector/style-prop-list.ui |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/inspector/prop-list.ui b/gtk/inspector/prop-list.ui
index ae7e6ec..01f5ab2 100644
--- a/gtk/inspector/prop-list.ui
+++ b/gtk/inspector/prop-list.ui
@@ -34,6 +34,7 @@
             <child>
               <object class="GtkButton" id="search_close_button">
                 <property name="visible">True</property>
+                <property name="relief">none</property>
                 <signal name="clicked" handler="search_close_clicked"/>
                 <style>
                   <class name="image-button"/>
diff --git a/gtk/inspector/style-prop-list.ui b/gtk/inspector/style-prop-list.ui
index 5105cbf..7865f8d 100644
--- a/gtk/inspector/style-prop-list.ui
+++ b/gtk/inspector/style-prop-list.ui
@@ -32,6 +32,7 @@
             <child>
               <object class="GtkButton" id="search_close_button">
                 <property name="visible">True</property>
+                <property name="relief">none</property>
                 <signal name="clicked" handler="search_close_clicked"/>
                 <style>
                   <class name="image-button"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]