[gnome-chat] main-toolbar: Fix CSD window decorations



commit a5f7b9b8b081bfd84bf2863eaeef5a8b54dc0640
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Tue Sep 10 17:05:53 2013 +0300

    main-toolbar: Fix CSD window decorations

 src/chat-main-toolbar.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/chat-main-toolbar.ui b/src/chat-main-toolbar.ui
index a777dcd..a3a9ef6 100644
--- a/src/chat-main-toolbar.ui
+++ b/src/chat-main-toolbar.ui
@@ -11,6 +11,10 @@
         <property name="hexpand">False</property>
         <property name="title" translatable="yes">Conversations</property>
         <property name="visible">True</property>
+        <style>
+          <class name="chat-left-header-bar"/>
+          <class name="titlebar"/>
+        </style>
         <child>
           <object class="GtkToggleButton" id="search_button">
             <property name="can_focus">True</property>
@@ -65,6 +69,10 @@
         <property name="hexpand">True</property>
         <property name="show-close-button">True</property>
         <property name="visible">True</property>
+        <style>
+          <class name="chat-right-header-bar"/>
+          <class name="titlebar"/>
+        </style>
       </object>
     </child>
   </template>


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