syncthingtray/plasmoid/package/contents/ui/TinyButton.qml

10 lines
215 B
QML

import org.kde.plasma.components 2.0 as PlasmaComponents
PlasmaComponents.ToolButton {
property int iconSize: units.iconSizes.small
property bool paddingEnabled: false
style: TinyButtonStyle {
}
}