feat(GODT-2586): Two-columns layout for account details.

This commit is contained in:
Xavier Michelon
2023-04-21 10:20:32 +02:00
parent 3b297fa37b
commit ce5a559926
3 changed files with 97 additions and 108 deletions

View File

@ -28,25 +28,18 @@ import "tests"
ApplicationWindow {
id: root
width: 960
height: 576
colorScheme: ProtonStyle.currentStyle
visible: true
minimumHeight: contentLayout.implicitHeight
minimumWidth: contentLayout.implicitWidth
colorScheme: ProtonStyle.currentStyle
property int _defaultWidth: 1080
property int _defaultHeight: 780
width: _defaultWidth
height: _defaultHeight
minimumWidth: _defaultWidth
property var notifications
// This is needed because on MacOS if first window shown is not transparent -
// all other windows of application will not have transparent background (black
// instead of transparency). In our case that mean that if MainWindow will be
// shown before StatusWindow - StatusWindow will not have transparent corners.
color: "transparent"
// show Setup Guide on every new user
Connections {
target: Backend.users