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
|
||||
|
||||
Item {
|
||||
width: 32
|
||||
height: 32
|
||||
width: units.iconSizes.medium
|
||||
height: width
|
||||
|
||||
Plasma.Button {
|
||||
id: closeButton
|
||||
objectName: "closeButton"
|
||||
|
|
Loading…
Reference in a new issue