mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 23:12:49 -05:00
General code cleanups
This commit is contained in:
@@ -22,7 +22,6 @@ Column {
|
||||
|
||||
}
|
||||
|
||||
// Section header
|
||||
MouseArea {
|
||||
width: parent.width
|
||||
height: headerRow.height
|
||||
@@ -85,7 +84,6 @@ Column {
|
||||
|
||||
}
|
||||
|
||||
// Divider
|
||||
Rectangle {
|
||||
width: parent.width
|
||||
height: 1
|
||||
@@ -93,7 +91,6 @@ Column {
|
||||
visible: expanded || !collapsible
|
||||
}
|
||||
|
||||
// Content
|
||||
Loader {
|
||||
id: contentLoader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user