diff --git a/src/shell/applets/testcomponentsapplet/contents/ui/DialogContent.qml b/src/shell/applets/testcomponentsapplet/contents/ui/DialogContent.qml index e99ca467f..9fed86d33 100644 --- a/src/shell/applets/testcomponentsapplet/contents/ui/DialogContent.qml +++ b/src/shell/applets/testcomponentsapplet/contents/ui/DialogContent.qml @@ -48,11 +48,11 @@ Item { id: localeItem anchors { left: parent.left; right: parent.right; top: tx.bottom; } } -// PlasmaComponents.TextArea { -// anchors { left: parent.left; right: parent.right; top: localeItem.bottom; } -// width: parent.width -// height: 80 -// } + PlasmaComponents.TextArea { + anchors { left: parent.left; right: parent.right; top: localeItem.bottom; } + width: parent.width + height: 80 + } PlasmaComponents.Button { id: thanks anchors { horizontalCenter: parent.horizontalCenter; bottom: parent.bottom; bottomMargin: 24; }