diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index c53ab9b0..ab80d188 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -124,6 +124,8 @@ Controls2.ApplicationWindow { | |||
124 | RowLayout { | 124 | RowLayout { |
125 | spacing: 0 | 125 | spacing: 0 |
126 | 126 | ||
127 | width: parent.width | ||
128 | |||
127 | Rectangle { | 129 | Rectangle { |
128 | id: sideBar | 130 | id: sideBar |
129 | 131 | ||