X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2Fubi%2FSystemBar.qml;fp=qml%2Fubi%2FSystemBar.qml;h=eefc449965d602d0b4bfb706c6d2b71dadacf41f;hb=dd71088cb495c09f4fa64ee1318f51315ee4e3fd;hp=23258f1d0b26419b83d0fa74e688acf5028ccd61;hpb=4b7d3c9a2ffcba5ec4f6479dccb09d6b16988773;p=ubi diff --git a/qml/ubi/SystemBar.qml b/qml/ubi/SystemBar.qml index 23258f1..eefc449 100644 --- a/qml/ubi/SystemBar.qml +++ b/qml/ubi/SystemBar.qml @@ -20,22 +20,26 @@ Item { /*Rectangle { id: bor - //color: Const.WARM_GREY_COLOR - color: Const.TRANSPARENT - height: 1; width: root.width - anchors.top: shadow.bottom + color: Const.WARM_GREY_COLOR + //color: Const.TRANSPARENT + height: 2; width: root.width + anchors.top: box.top }*/ - /*Rectangle { + Rectangle { id: box width: root.width height: root.height - anchors.top: shadow.bottom + y:3 color: Const.TRANSPARENT //color: Const.COOL_GREY_COLOR - }*/ + gradient: Gradient { + GradientStop {position: 0.0; color: "#333333"} + GradientStop {position: 1.0; color: "#151515"} + } + } - Row { + /*Row { id: box y: 3 Repeater { @@ -45,7 +49,7 @@ Item { source: "images/bg.png" } } - } + }*/ Shadow { anchors.bottom: box.top