mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 13:48:08 +00:00
feat(SettingsWindow): set a default background color
This commit is contained in:
parent
8c9f9f944d
commit
c673b4026e
2 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ ApplicationWindow {
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: 'SettingsWindowStyle.color'
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
spacing: 0
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
pragma Singleton
|
||||
import QtQuick 2.7
|
||||
|
||||
import Colors 1.0
|
||||
|
||||
// =============================================================================
|
||||
|
||||
QtObject {
|
||||
property color color: Colors.k
|
||||
property int height: 640
|
||||
property int width: 1024
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue