correct margins inside tabgroup

This commit is contained in:
Sebastian Kügler 2013-02-18 01:04:41 +01:00
parent e7034a50cb
commit 1425583f4c

View File

@ -148,6 +148,10 @@ Item {
PlasmaComponents.Page { PlasmaComponents.Page {
id: pageTwo id: pageTwo
anchors {
fill: parent
margins: _s
}
Column { Column {
anchors.centerIn: parent anchors.centerIn: parent
PlasmaExtras.Heading { PlasmaExtras.Heading {
@ -178,6 +182,10 @@ Item {
PlasmaComponents.Page { PlasmaComponents.Page {
id: melPage id: melPage
anchors {
fill: parent
margins: _s
}
PlasmaExtras.Title { PlasmaExtras.Title {
id: mellabel id: mellabel
text: "MouseEventListener" text: "MouseEventListener"