summaryrefslogtreecommitdiffstats
path: root/CoffeeTweed/Taskbar.qml
blob: f64ae17d945293ebe9029614c4bf0ee0bc994297 (plain)
1
2
3
4
5
6
import Qt 4.7

Rectangle {
    width: 800; height: 55
    Image { source: "images/taskbar_placeholder.png" }
}