[sddm] Fixed positioning in the Fedora theme

Martin Briza mbriza at fedoraproject.org
Wed Jan 21 12:34:40 UTC 2015


commit 85a9d8e28652910087f0e414387e3c916c906865
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Jan 21 13:34:21 2015 +0100

    Fixed positioning in the Fedora theme
    
    Resolves: #1183207

 fedora-Main.qml |    9 +++------
 sddm.spec       |    6 +++++-
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/fedora-Main.qml b/fedora-Main.qml
index ff1cf4f..0ee6031 100644
--- a/fedora-Main.qml
+++ b/fedora-Main.qml
@@ -70,8 +70,6 @@ Rectangle {
         }
 
         Rectangle {
-            x: geometry.x
-            y: geometry.y
             width: parent.width
             height: 34
 
@@ -80,8 +78,8 @@ Rectangle {
         }
 
         Row {
-            x: parent.x + 4
-            y: parent.y + 4
+            x: 4
+            y: 4
             spacing: 4
             width: parent.width - 8
             z: 100
@@ -138,8 +136,7 @@ Rectangle {
         }
 
         Rectangle {
-            x: parent.x
-            y: parent.y + parent.height/2
+            y: parent.height/2
             width: parent.width
             height: parent.height/2
             color: "transparent"
diff --git a/sddm.spec b/sddm.spec
index 84d2324..cc68d0b 100644
--- a/sddm.spec
+++ b/sddm.spec
@@ -2,7 +2,7 @@
 
 Name:           sddm
 Version:        0.10.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 # code GPLv2+, fedora theme CC-BY-SA
 License:        GPLv2+ and CC-BY-SA
 Summary:        QML based X11 desktop manager
@@ -148,6 +148,10 @@ exit 0
 %{_datadir}/sddm/themes/maui/
 
 %changelog
+* Wed Jan 21 2015 Martin Briza <mbriza at redhat.com> - 0.10.0-3
+- Fixed positioning in the Fedora theme
+- Resolves: #1183207
+
 * Mon Oct 27 2014 Rex Dieter <rdieter at fedoraproject.org> - 0.10.0-2
 - create/own %%{_sysconfdir}/sddm.conf, %%{_localstatedir}/lib/sddm (#1155898)
 - don't mark stuff under /etc/dbus-1 %%config


More information about the scm-commits mailing list