Removed dead code, semiBold icons in the Settings tabs
This commit is contained in:
parent
0b49aff13d
commit
bf0e06ef03
4 changed files with 4 additions and 19 deletions
|
|
@ -341,8 +341,6 @@ PanelWithOverlay {
|
||||||
// Wallpaper Selector Component
|
// Wallpaper Selector Component
|
||||||
WallpaperSelector {
|
WallpaperSelector {
|
||||||
id: wallpaperSelector
|
id: wallpaperSelector
|
||||||
|
|
||||||
anchors.fill: parent
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -441,6 +439,7 @@ PanelWithOverlay {
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
font.variableAxes: { "wght": (Font.Normal + Font.Bold) / 2.0 }
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,9 @@ Rectangle {
|
||||||
wallpaperOverlay.visible = true;
|
wallpaperOverlay.visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
anchors.fill: parent
|
Layout.fillWidth: true
|
||||||
|
Layout.fillHeight: true
|
||||||
|
|
||||||
color: Theme.backgroundPrimary
|
color: Theme.backgroundPrimary
|
||||||
visible: false
|
visible: false
|
||||||
z: 1000
|
z: 1000
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,6 @@ ScrollView {
|
||||||
Layout.preferredHeight: 0
|
Layout.preferredHeight: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: 4 * Theme.uiScale
|
spacing: 4 * Theme.uiScale
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
14
shell.qml
14
shell.qml
|
|
@ -213,18 +213,4 @@ Scope {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
width: 200 * Theme.uiScale
|
|
||||||
height: 40 * Theme.uiScale
|
|
||||||
color: "#333"
|
|
||||||
anchors.top: parent.top
|
|
||||||
anchors.left: parent.left
|
|
||||||
Text {
|
|
||||||
text: "UI Scale Demo"
|
|
||||||
anchors.centerIn: parent
|
|
||||||
font.pixelSize: 16 * Theme.uiScale
|
|
||||||
color: "white"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue