added config
This commit is contained in:
parent
893a2990af
commit
f02f439790
7 changed files with 168 additions and 17 deletions
|
|
@ -23,7 +23,7 @@ Item{
|
|||
anchors.top: parent.top
|
||||
anchors.margins: visible ? container.margins : 0
|
||||
|
||||
visible: container.height > 500
|
||||
visible: container.height > 500 && uiStateModel.pShowQuitAppButton
|
||||
diameter: visible ? defaultDiameter : 0
|
||||
|
||||
imageSource: "qrc:/icon_close"
|
||||
|
|
@ -56,6 +56,7 @@ Item{
|
|||
|
||||
VolumeSlider{
|
||||
id: volumeSlider
|
||||
visible: uiStateModel.pShowVolumeControls
|
||||
anchors{
|
||||
right: parent.right
|
||||
top: closeAppButton.bottom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue