for the gallery, use some real icons

i unfortunately don't have dakerfp's filesystem on me ;p
This commit is contained in:
Shaun Reich 2012-02-19 09:52:15 -05:00
parent d5bf439e5b
commit ffe2798e52

View File

@ -89,7 +89,7 @@ PlasmaComponents.Page {
width: 140
height: 30
text: "Icon Button"
iconSource: "/home/dakerfp/work/comics-reader/ui/images/random.png"
iconSource: "system-shutdown"
Keys.onTabPressed: bt5.forceActiveFocus();
}
@ -98,7 +98,7 @@ PlasmaComponents.Page {
id: bt5
width: 140
height: 30
iconSource: "/home/dakerfp/work/comics-reader/ui/images/random.png"
iconSource: "system-switch-user"
Keys.onTabPressed: bt1.forceActiveFocus();
}