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
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
}

Loading…
Cancel
Save