mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Fix dashboard resize issues
This commit is contained in:
parent
24518d5552
commit
ead69544f2
@ -353,19 +353,19 @@ ApplicationWindow {
|
||||
|
||||
Console {
|
||||
id: terminal
|
||||
anchors.margins: 0
|
||||
anchors.fill: parent
|
||||
enabled: opacity > 0
|
||||
visible: opacity > 0
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
|
||||
Dashboard {
|
||||
opacity: 0
|
||||
id: dashboard
|
||||
anchors.margins: 0
|
||||
anchors.fill: parent
|
||||
enabled: opacity > 0
|
||||
visible: opacity > 0
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user