Colorshower as first page

This commit is contained in:
Sebastian Kügler 2013-03-19 03:35:01 +01:00
parent f972925392
commit 80848e750b

View File

@ -45,8 +45,8 @@ Item {
}
height: theme.iconSizes.toolbar * 1.5
PlasmaComponents.TabButton { tab: wobbleExample; text: tab.pageName; }
PlasmaComponents.TabButton { tab: colorShower; text: tab.pageName; }
PlasmaComponents.TabButton { tab: wobbleExample; text: tab.pageName; }
PlasmaComponents.TabButton { tab: shadowExample; text: tab.pageName; }
PlasmaComponents.TabButton { tab: simpleExample; text: tab.pageName; }
PlasmaComponents.TabButton { tab: vertexPage; iconSource: vertexPage.icon; }
@ -61,15 +61,15 @@ Item {
bottom: parent.bottom
}
ColorShower {
id: colorShower
}
WobbleExample {
id: wobbleExample
}
ColorExample {
id: colorExample
}
ColorShower {
id: colorShower
}
Shadows {
id: shadowExample
}