mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 22:45:38 -05:00
Column alignment fixes
This commit is contained in:
@@ -245,16 +245,22 @@ PanelWindow {
|
|||||||
Row {
|
Row {
|
||||||
id: columnHeaders
|
id: columnHeaders
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
anchors.left: parent.left
|
||||||
|
anchors.leftMargin: 8
|
||||||
|
spacing: 8
|
||||||
|
|
||||||
|
// Icon placeholder + Process name
|
||||||
Text {
|
Text {
|
||||||
text: "Process"
|
text: "Process"
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
font.weight: Font.Medium
|
font.weight: Font.Medium
|
||||||
color: Theme.surfaceText
|
color: Theme.surfaceText
|
||||||
opacity: 0.7
|
opacity: 0.7
|
||||||
width: 180
|
width: Theme.iconSize - 4 + 8 + 150 // icon width + spacing + name width
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Item { width: parent.parent.width - 280 - 16 } // Flexible spacer to match process list (280 from row + 16 for margins)
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: "CPU"
|
text: "CPU"
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
|
|||||||
Reference in New Issue
Block a user