Remove default width from PlasmaComponents3.Button

Reviewed by Marco Martin
This commit is contained in:
Aleix Pol 2019-12-11 15:36:44 +01:00
parent 2649878108
commit 7a9b50c8dc

View File

@ -67,7 +67,6 @@ T.Button {
background: Item {
//retrocompatibility with old controls
implicitWidth: units.gridUnit * 6
implicitHeight: units.gridUnit * 1.6
Private.ButtonShadow {
anchors.fill: parent