marcin
2014-07-23 13:27:27 +02:00
parent 74b6483b18
commit 6800bb67d7
3 changed files with 18 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ import "components"
Rectangle {
width: 330
color: "#FFFFFF"
TabView {
id: tabView
@@ -87,7 +88,7 @@ Rectangle {
Rectangle { height: 8; width: parent.width / 5; color: "#6B0072" }
Rectangle { height: 8; width: parent.width / 5; color: "#FF6C3C" }
Rectangle { height: 8; width: parent.width / 5; color: "#FFD781" }
Rectangle { height: 8; width: parent.width / 5; color: "#FF4F41" }
Rectangle { height: 8; width: parent.width / 5 - 30; color: "#FF4F41" }
}
Rectangle {