Finish SettingsWindow, still need Wallpaper Selector
This commit is contained in:
parent
54b2673f9a
commit
c616f5a46c
12 changed files with 466 additions and 303 deletions
|
|
@ -14,9 +14,8 @@ Item {
|
|||
readonly property string tabLabel: "General"
|
||||
readonly property int tabIndex: 0
|
||||
|
||||
anchors.fill: parent
|
||||
implicitWidth: parent ? parent.width : 0
|
||||
implicitHeight: parent ? parent.height : 0
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue