[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-mediacenter] components/mediawelcome: Rounded box isn't asthetic on home screen
From:       Shantanu Tushar <shaan7in () gmail ! com>
Date:       2012-06-21 17:13:18
Message-ID: 20120621171318.B7D05A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit b158904751c427230e23a82b2cfe5438b9452b77 by Shantanu Tushar.
Committed on 21/06/2012 at 19:12.
Pushed by shantanu into branch 'master'.

Rounded box isn't asthetic on home screen

M  +12   -24   components/mediawelcome/MediaWelcome.qml

http://commits.kde.org/plasma-mediacenter/b158904751c427230e23a82b2cfe5438b9452b77

diff --git a/components/mediawelcome/MediaWelcome.qml \
b/components/mediawelcome/MediaWelcome.qml index b66f7b7..23e7a74 100644
--- a/components/mediawelcome/MediaWelcome.qml
+++ b/components/mediawelcome/MediaWelcome.qml
@@ -53,20 +53,13 @@ Item {
                 height: parent.height
                 clip: true
 
-                UiElements.RoundedBox {
-                    anchors.fill: parent
-
-                    ListView {
-                        id: homeScreenBackendsList
-                        anchors { fill: parent; margins: 20 }
-                        spacing: 20
-
-                        header: HomeScreenText { width: parent.width; height: 64; \
                horizontalAlignment: Text.AlignHCenter; text: "Select A Mode"; \
                font.pointSize: 24 }
-                        delegate: BackendsListDelegate { width: parent.width; \
                height: 64 }
-                    }
+                ListView {
+                    id: homeScreenBackendsList
+                    anchors { fill: parent; margins: 20 }
+                    spacing: 20
 
+                    delegate: BackendsListDelegate { width: parent.width; height: 64 \
}  }
-
             }
 
             Item {
@@ -75,20 +68,15 @@ Item {
                 height: parent.height
                 clip: true
 
-                UiElements.RoundedBox {
-                    anchors.fill: parent
+                ListView {
+                    id: recentlyPlayedList
+                    anchors { fill: parent; margins: 20 }
+                    spacing: 20
+                    model: RecentlyPlayed { }
 
-                    ListView {
-                        id: recentlyPlayedList
-                        anchors { fill: parent; margins: 20 }
-                        spacing: 20
-                        model: RecentlyPlayed { }
-
-                        header: HomeScreenText { width: parent.width; height: 64; \
                horizontalAlignment: Text.AlignHCenter; text: "Recently Played"; \
                font.pointSize: 24 }
-                        delegate: RecentlyPlayedListDelegate { width: parent.width; \
                height: 64 }
-                    }
+                    header: HomeScreenText { width: parent.width; height: 64; \
horizontalAlignment: Text.AlignHCenter; text: "Recently Played"; font.pointSize: 24 } \
+                    delegate: RecentlyPlayedListDelegate { width: parent.width; \
height: 64 }  }
-
             }
         }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic