Shuffle widgets a bit to make space for a TextFiel

This commit is contained in:
Sebastian Kügler 2013-02-19 22:31:57 +01:00
parent 30f1612982
commit 58f719d9aa

View File

@ -87,7 +87,9 @@ PlasmaComponents.Page {
Column {
width: parent.width
spacing: _s/2
Row {
height: _h
spacing: _s
PlasmaComponents.Button {
text: "Button"
iconSource: "call-start"
@ -96,10 +98,18 @@ PlasmaComponents.Page {
text: "ToolButton"
iconSource: "call-stop"
}
}
Row {
height: _h
spacing: _s
PlasmaComponents.RadioButton {
text: "RadioButton"
//iconSource: "call-stop"
}
PlasmaComponents.TextField {
text: "input here"
}
}
PlasmaComponents.Label {
text: "iconSizes.small : " + theme.iconSizes.small +
", iconSizes.desktop: " + theme.iconSizes.desktop +