property string accountUserIdAtHost: ""
title: qsTr("Evict materialised files")
- color: Style.backgroundColor
+ color: palette.base
flags: Qt.Dialog | Qt.WindowStaysOnTopHint
width: 640
height: 480
width: parent.width
height: contentLayout.height + (root.windowSpacing * 2)
radius: Systray.useNormalWindow ? 0.0 : Style.trayWindowRadius
- color: Style.backgroundColor
+ color: palette.base
border.width: Style.trayWindowBorderWidth
border.color: palette.dark
clip: true
implicitWidth: Style.progressBarWidth
implicitHeight: Style.progressBarBackgroundHeight
radius: Style.progressBarRadius
- color: Style.progressBarBackgroundColor
+ color: palette.base
border.color: palette.dark
border.width: Style.progressBarBackgroundBorderWidth
}
readonly property color ncTextBrightColor: "white"\r
readonly property color ncSecondaryTextColor: "#808080"\r
readonly property color backgroundColor: Theme.systemPalette.base\r
- readonly property color buttonBackgroundColor: Theme.systemPalette.button\r
readonly property color positiveColor: Qt.rgba(0.38, 0.74, 0.38, 1)\r
\r
readonly property color currentUserHeaderColor: UserModel.currentUser ? UserModel.currentUser.headerColor : ncBlue\r
property int progressBarContentBorderWidth: 1\r
property int progressBarBackgroundBorderWidth: 1\r
property color progressBarContentColor: ncBlue\r
- property color progressBarBackgroundColor: backgroundColor\r
\r
property int newActivitiesButtonWidth: 150\r
property int newActivitiesButtonHeight: 40\r