Don't hardcode Present Windows close button size
REVIEW: 119646
This commit is contained in:
parent
b714937842
commit
f0deec9ccb
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,9 @@ import QtQuick 2.0
|
||||||
import org.kde.plasma.components 2.0 as Plasma
|
import org.kde.plasma.components 2.0 as Plasma
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
width: 32
|
width: units.iconSizes.medium
|
||||||
height: 32
|
height: width
|
||||||
|
|
||||||
Plasma.Button {
|
Plasma.Button {
|
||||||
id: closeButton
|
id: closeButton
|
||||||
objectName: "closeButton"
|
objectName: "closeButton"
|
||||||
|
|
Loading…
Reference in a new issue