mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Minor fix to graph widget
This commit is contained in:
@@ -38,11 +38,16 @@ export component PageFans inherits VerticalLayout {
|
||||
y: 150px,
|
||||
},
|
||||
];
|
||||
Text {
|
||||
text: "WORK IN PROGRESS";
|
||||
}
|
||||
|
||||
HorizontalLayout {
|
||||
Graph {
|
||||
// width: root.preferred-width;
|
||||
// height: root.preferred-height;
|
||||
nodes <=> root.nodes;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user