Don't hardcode Present Windows close button size

REVIEW: 119646
This commit is contained in:
Kai Uwe Broulik 2014-08-11 12:27:21 +02:00
parent b714937842
commit f0deec9ccb

View file

@ -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"