Colorshower as first page

wilder-5.14
Sebastian Kügler 13 years ago
parent 424126a1de
commit fad6fe021b
  1. 8
      applets/testshaderapplet/contents/ui/testshaderapplet.qml

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

Loading…
Cancel
Save