[cheese] Apply style classes to some main window buttons



commit d3f9549f4332e95b16d2261d26a4e513b8c17e47
Author: David King <amigadave amigadave com>
Date:   Tue Feb 4 08:07:18 2014 +0000

    Apply style classes to some main window buttons
    
    https://wiki.gnome.org/HowDoI/Buttons

 data/cheese-main-window.ui |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/data/cheese-main-window.ui b/data/cheese-main-window.ui
index 70d23da..153edb8 100644
--- a/data/cheese-main-window.ui
+++ b/data/cheese-main-window.ui
@@ -61,6 +61,10 @@
                             <property name="tooltip_text" translatable="yes">Photo mode</property>
                             <property name="label" translatable="yes">Photo</property>
                             <property name="visible">True</property>
+                            <property name="visible">True</property>
+                            <style>
+                              <class name="text-button"/>
+                            </style>
                           </object>
                         </child>
                         <child>
@@ -70,6 +74,9 @@
                             <property name="tooltip_text" translatable="yes">Video mode</property>
                             <property name="label" translatable="yes">Video</property>
                             <property name="visible">True</property>
+                            <style>
+                              <class name="text-button"/>
+                            </style>
                           </object>
                         </child>
                         <child>
@@ -79,6 +86,9 @@
                             <property name="tooltip_text" translatable="yes">Photo burst mode</property>
                             <property name="label" translatable="yes">Burst</property>
                             <property name="visible">True</property>
+                            <style>
+                              <class name="text-button"/>
+                            </style>
                           </object>
                         </child>
                       </object>
@@ -97,6 +107,9 @@
                             <property name="action-name">app.shoot</property>
                             <property name="tooltip_text" translatable="yes">Take a photo using a 
webcam</property>
                             <property name="visible">True</property>
+                            <style>
+                              <class name="image-button"/>
+                            </style>
                             <child>
                               <object class="GtkImage" id="take_action_button_image">
                                 <property name="icon-name">camera-web-symbolic</property>


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