[gnome-calculator] math-window.ui: remove redundant halign=baseline from mode Label



commit 1d44d6b3c7bba8b0a4a0eeb8bc89a71545e6bc2a
Author: djb <db0451 gmail com>
Date:   Sun Sep 25 18:21:07 2016 +0100

    math-window.ui: remove redundant halign=baseline from mode Label
    
    This was ignored at runtime anyway: Inspector showed that it got
    GTK_ALIGN_FILL.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771946

 data/math-window.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/math-window.ui b/data/math-window.ui
index a27c799..53c1848 100644
--- a/data/math-window.ui
+++ b/data/math-window.ui
@@ -115,7 +115,6 @@
                   <object class="GtkLabel" id="mode_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="halign">baseline</property>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>


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