mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
adjust notif status btn size
This commit is contained in:
parent
771ff14462
commit
57a2580a5d
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@ GroupButton {
|
|||
RowLayout {
|
||||
id: contentRowLayout
|
||||
anchors.centerIn: parent
|
||||
spacing: 0
|
||||
spacing: 5
|
||||
MaterialSymbol {
|
||||
text: buttonIcon
|
||||
iconSize: Appearance.font.pixelSize.larger
|
||||
iconSize: Appearance.font.pixelSize.large
|
||||
color: button.colText
|
||||
}
|
||||
StyledText {
|
||||
|
|
|
|||
Loading…
Reference in a new issue