style: remove unneeded comments
This commit is contained in:
parent
b59dde6c5f
commit
2cfc5002d9
1 changed files with 1 additions and 33 deletions
|
|
@ -46,39 +46,7 @@ Variants {
|
|||
anchors.fill: parent
|
||||
currentIndex: 1
|
||||
|
||||
// Item {
|
||||
Pills {
|
||||
id: content
|
||||
}
|
||||
// }
|
||||
Pills {}
|
||||
}
|
||||
|
||||
// Box {
|
||||
// id: contents
|
||||
|
||||
// padding: [Appearance.padding.normal, Appearance.padding.large, 0, Appearance.padding.large]
|
||||
|
||||
// BoxLayout {
|
||||
// vertical: win.vertical
|
||||
// spacing: Appearance.spacing.larger
|
||||
// padding: [0, Appearance.padding.large]
|
||||
// color: Appearance.alpha(Appearance.colours.base, false)
|
||||
// radius: Appearance.rounding.full
|
||||
|
||||
// OsIcon {}
|
||||
|
||||
// Workspaces {
|
||||
// vertical: win.vertical
|
||||
// }
|
||||
|
||||
// Clock {
|
||||
// vertical: win.vertical
|
||||
// }
|
||||
|
||||
// ActiveWindow {
|
||||
// vertical: win.vertical
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue