Removed dead code, semiBold icons in the Settings tabs

This commit is contained in:
quadbyte 2025-08-07 10:01:38 -04:00
parent 0b49aff13d
commit bf0e06ef03
4 changed files with 4 additions and 19 deletions

View file

@ -341,8 +341,6 @@ PanelWithOverlay {
// Wallpaper Selector Component
WallpaperSelector {
id: wallpaperSelector
anchors.fill: parent
}
}
@ -441,6 +439,7 @@ PanelWithOverlay {
Layout.alignment: Qt.AlignVCenter
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
font.variableAxes: { "wght": (Font.Normal + Font.Bold) / 2.0 }
}
Label {