forked from Shinonome/dots-hyprland
sidebar calendar done
This commit is contained in:
@@ -11,8 +11,8 @@ Button {
|
||||
required default property Item content
|
||||
property bool extraActiveCondition: false
|
||||
|
||||
implicitWidth: 26
|
||||
implicitHeight: 26
|
||||
implicitHeight: Math.max(content.implicitHeight, 26, content.implicitHeight)
|
||||
implicitWidth: Math.max(content.implicitHeight, 26, content.implicitWidth)
|
||||
contentItem: content
|
||||
|
||||
background: Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user