mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Removed dead code, semiBold icons in the Settings tabs
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -16,7 +16,9 @@ Rectangle {
|
||||
wallpaperOverlay.visible = true;
|
||||
}
|
||||
|
||||
anchors.fill: parent
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
color: Theme.backgroundPrimary
|
||||
visible: false
|
||||
z: 1000
|
||||
|
||||
@@ -24,8 +24,6 @@ ScrollView {
|
||||
Layout.preferredHeight: 0
|
||||
}
|
||||
|
||||
|
||||
|
||||
ColumnLayout {
|
||||
spacing: 4 * Theme.uiScale
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user