[gnome-clocks] alarm-setup-dialog: Center Remove button



commit 1856531e33131764e13445b5c34b5264828af73b
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Tue Dec 14 01:05:53 2021 +0100

    alarm-setup-dialog: Center Remove button

 data/ui/alarm-setup-dialog.ui | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/alarm-setup-dialog.ui b/data/ui/alarm-setup-dialog.ui
index a5dd061b..3325f653 100644
--- a/data/ui/alarm-setup-dialog.ui
+++ b/data/ui/alarm-setup-dialog.ui
@@ -131,14 +131,12 @@
                   <object class="GtkButton" id="delete_button">
                     <property name="label" translatable="yes">R_emove Alarm</property>
                     <property name="use-underline">True</property>
-                    <property name="halign">start</property>
-                    <property name="valign">end</property>
-                    <property name="vexpand">True</property>
-                    <property name="margin-start">6</property>
-                    <property name="margin-bottom">6</property>
+                    <property name="halign">center</property>
+                    <property name="margin-bottom">12</property>
                     <signal name="clicked" handler="delete" swapped="no" />
                     <style>
                       <class name="destructive-action"/>
+                      <class name="pill"/>
                     </style>
                   </object>
                 </child>


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