mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 05:55:37 -05:00
Remove redundant network header verbiage
This commit is contained in:
@@ -29,14 +29,6 @@ Item {
|
|||||||
height: parent.height
|
height: parent.height
|
||||||
spacing: Theme.spacingS
|
spacing: Theme.spacingS
|
||||||
|
|
||||||
// WiFi Header
|
|
||||||
Text {
|
|
||||||
text: "Wi-Fi"
|
|
||||||
font.pixelSize: Theme.fontSizeLarge
|
|
||||||
color: Theme.surfaceText
|
|
||||||
font.weight: Font.Medium
|
|
||||||
width: parent.width
|
|
||||||
}
|
|
||||||
|
|
||||||
// WiFi Content in Flickable
|
// WiFi Content in Flickable
|
||||||
Flickable {
|
Flickable {
|
||||||
@@ -560,14 +552,7 @@ Item {
|
|||||||
height: parent.height
|
height: parent.height
|
||||||
spacing: Theme.spacingS
|
spacing: Theme.spacingS
|
||||||
|
|
||||||
// Ethernet Header
|
// Ethernet Header removed
|
||||||
Text {
|
|
||||||
text: "Ethernet"
|
|
||||||
font.pixelSize: Theme.fontSizeLarge
|
|
||||||
color: Theme.surfaceText
|
|
||||||
font.weight: Font.Medium
|
|
||||||
width: parent.width
|
|
||||||
}
|
|
||||||
|
|
||||||
// Ethernet Content in Flickable
|
// Ethernet Content in Flickable
|
||||||
Flickable {
|
Flickable {
|
||||||
@@ -728,7 +713,7 @@ Item {
|
|||||||
// WiFi networks spanning across both columns when Ethernet preference button is hidden
|
// WiFi networks spanning across both columns when Ethernet preference button is hidden
|
||||||
Column {
|
Column {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 120
|
anchors.topMargin: 100
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
|||||||
Reference in New Issue
Block a user