Dont scale NIconButton in the bar

This commit is contained in:
ItsLemmy
2025-10-12 16:54:36 -04:00
parent c456cb1ee6
commit 5a47f88d48
17 changed files with 22 additions and 7 deletions
+1
View File
@@ -165,6 +165,7 @@ PopupWindow {
NIcon {
icon: modelData?.hasChildren ? "menu" : ""
pointSize: Style.fontSizeS
applyUiScale: false
verticalAlignment: Text.AlignVCenter
visible: modelData?.hasChildren ?? false
color: (mouseArea.containsMouse ? Color.mOnTertiary : Color.mOnSurface)