diff --git a/effects/presentwindows/main.qml b/effects/presentwindows/main.qml index 568df56fbc..0a34197860 100644 --- a/effects/presentwindows/main.qml +++ b/effects/presentwindows/main.qml @@ -21,8 +21,9 @@ import QtQuick 2.0 import org.kde.plasma.components 2.0 as Plasma Item { - width: 32 - height: 32 + width: units.iconSizes.medium + height: width + Plasma.Button { id: closeButton objectName: "closeButton"