[gtk+] gtk{info,search}bar.ui: Remove some leftover attributes



commit 4f7ec1f1c0969cf0f7d36d56ac8227a544e8f56d
Author: Timm Bäder <mail baedert org>
Date:   Thu Aug 18 11:42:21 2016 +0200

    gtk{info,search}bar.ui: Remove some leftover attributes

 gtk/ui/gtkinfobar.ui   |    2 --
 gtk/ui/gtksearchbar.ui |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/ui/gtkinfobar.ui b/gtk/ui/gtkinfobar.ui
index 6db47d0..f8c57b0 100644
--- a/gtk/ui/gtkinfobar.ui
+++ b/gtk/ui/gtkinfobar.ui
@@ -2,7 +2,6 @@
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkInfoBar" parent="GtkBox">
-    <property name="app-paintable">1</property>
     <child>
       <object class="GtkRevealer" id="revealer">
         <property name="visible">1</property>
@@ -38,7 +37,6 @@
                 <property name="relief">none</property>
                 <property name="valign">center</property>
                 <style>
-                  <class name="raised"/>
                   <class name="close"/>
                 </style>
                 <child>
diff --git a/gtk/ui/gtksearchbar.ui b/gtk/ui/gtksearchbar.ui
index 0700020..0f2aa1c 100644
--- a/gtk/ui/gtksearchbar.ui
+++ b/gtk/ui/gtksearchbar.ui
@@ -2,7 +2,6 @@
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkSearchBar" parent="GtkBin">
-    <property name="app-paintable">1</property>
     <child>
       <object class="GtkRevealer" id="revealer">
         <property name="visible">1</property>
@@ -46,7 +45,6 @@
                     <property name="receives-default">1</property>
                     <property name="relief">none</property>
                     <style>
-                      <class name="raised"/>
                       <class name="close"/>
                     </style>
                     <child>


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