Fix too small tool buttons in Plasmoid

See https://github.com/Martchus/syncthingtray/issues/129
This commit is contained in:
Martchus 2022-04-09 14:59:34 +02:00
parent 28aa9a516c
commit 329a928476
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import org.kde.plasma.components 3.0 as PlasmaComponents3
PlasmaComponents3.ToolButton {
id: root
Layout.fillHeight: true
Layout.preferredHeight: units.iconSizes.smallMedium
contentItem: Grid {
columns: 2
columnSpacing: label.visible ? units.smallSpacing : 0