mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
expose iconSize helpers to plugins
This commit is contained in:
@@ -44,6 +44,9 @@ Item {
|
|||||||
readonly property bool hasVerticalPill: verticalBarPill !== null
|
readonly property bool hasVerticalPill: verticalBarPill !== null
|
||||||
readonly property bool hasPopout: popoutContent !== null
|
readonly property bool hasPopout: popoutContent !== null
|
||||||
|
|
||||||
|
readonly property int iconSize: Theme.barIconSize(barThickness, -4)
|
||||||
|
readonly property int iconSizeLarge: Theme.barIconSize(barThickness)
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
loadPluginData();
|
loadPluginData();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user