[libadwaita/wip/exalm/pill: 3/4] examples: Use pill buttons throughout the demo




commit 2307a8024187f30830cecf7c6f0054501f95f1c3
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Aug 12 16:48:17 2021 +0500

    examples: Use pill buttons throughout the demo

 examples/adw-demo-preferences-window.ui |  2 ++
 examples/adw-demo-window.ui             | 10 ++++++++++
 2 files changed, 12 insertions(+)
---
diff --git a/examples/adw-demo-preferences-window.ui b/examples/adw-demo-preferences-window.ui
index 3f247ab5..ac90a0b0 100644
--- a/examples/adw-demo-preferences-window.ui
+++ b/examples/adw-demo-preferences-window.ui
@@ -196,6 +196,7 @@
         <signal name="clicked" handler="return_to_preferences_cb" swapped="yes"/>
         <style>
           <class name="suggested-action"/>
+          <class name="pill"/>
         </style>
       </object>
     </child>
@@ -226,6 +227,7 @@
         <signal name="clicked" handler="return_to_preferences_cb" swapped="yes"/>
         <style>
           <class name="suggested-action"/>
+          <class name="pill"/>
         </style>
       </object>
     </child>
diff --git a/examples/adw-demo-window.ui b/examples/adw-demo-window.ui
index d26e29cc..4f1215fd 100644
--- a/examples/adw-demo-window.ui
+++ b/examples/adw-demo-window.ui
@@ -454,6 +454,9 @@
                                 <property name="label" translatable="yes">Run the demo</property>
                                 <property name="halign">center</property>
                                 <signal name="clicked" handler="view_switcher_demo_clicked_cb" swapped="no"/>
+                                <style>
+                                  <class name="pill"/>
+                                </style>
                               </object>
                             </child>
                           </object>
@@ -582,6 +585,7 @@
                                         <signal name="clicked" handler="carousel_return_clicked_cb" 
swapped="no"/>
                                         <style>
                                           <class name="suggested-action"/>
+                                          <class name="pill"/>
                                         </style>
                                       </object>
                                     </child>
@@ -812,6 +816,9 @@
                                 <property name="label" translatable="yes">Run the demo</property>
                                 <property name="halign">center</property>
                                 <signal name="clicked" handler="flap_demo_clicked_cb" swapped="no"/>
+                                <style>
+                                  <class name="pill"/>
+                                </style>
                               </object>
                             </property>
                           </object>
@@ -832,6 +839,9 @@
                                 <property name="label" translatable="yes">Run the demo</property>
                                 <property name="halign">center</property>
                                 <signal name="clicked" handler="tab_view_demo_clicked_cb" swapped="no"/>
+                                <style>
+                                  <class name="pill"/>
+                                </style>
                               </object>
                             </property>
                           </object>


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