[gnome-clocks] More visual nits fixed



commit 7da4de792e480f4a14fc50e447f3642d602e833c
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Mon Dec 13 16:26:30 2021 +0100

    More visual nits fixed

 data/css/gnome-clocks.css     |  1 -
 data/ui/alarm-setup-dialog.ui | 26 +++++++++++++-------------
 2 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index 3ce3d0ee..404f3e53 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -173,7 +173,6 @@ spinbutton.clocks-timer-label button {
        background: #e5a50a;
        color: #000000;
        font-weight: 300;
-       border: 1px solid rgba(0, 0, 0, 0.06);
        transition: 0.4s background ease-in;
 }
 
diff --git a/data/ui/alarm-setup-dialog.ui b/data/ui/alarm-setup-dialog.ui
index 4709d601..19b1b5b8 100644
--- a/data/ui/alarm-setup-dialog.ui
+++ b/data/ui/alarm-setup-dialog.ui
@@ -118,30 +118,30 @@
                     </style>
                   </object>
                 </child>
+                <child>
+                  <object class="GtkRevealer" id="label_revealer">
+                    <child>
+                      <object class="GtkLabel" id="warn_label">
+                        <property name="label" translatable="yes">You already have an alarm for this 
time.</property>
+                      </object>
+                    </child>
+                  </object>
+                </child>
                 <child>
                   <object class="GtkButton" id="delete_button">
                     <property name="label" translatable="yes">R_emove Alarm</property>
                     <property name="use-underline">True</property>
-                    <property name="margin-top">6</property>
-                    <property name="margin-bottom">6</property>
-                    <property name="margin-start">6</property>
-                    <property name="margin-top">6</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>
                     <signal name="clicked" handler="delete" swapped="no" />
                     <style>
                       <class name="destructive-action"/>
                     </style>
                   </object>
                 </child>
-                <child>
-                  <object class="GtkRevealer" id="label_revealer">
-                    <child>
-                      <object class="GtkLabel" id="warn_label">
-                        <property name="label" translatable="yes">You already have an alarm for this 
time.</property>
-                      </object>
-                    </child>
-                  </object>
-                </child>
               </object>
             </child>
           </object>


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