Improve MainPane when reduced to minimumSize

This commit is contained in:
miruka
2020-03-12 23:17:23 -04:00
parent ca53e18e24
commit 02d09f405a
8 changed files with 57 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ import QtQuick.Layouts 1.12
import "../Base"
Rectangle {
clip: true
color: theme.mainPane.topBar.background
HRowLayout {