mirror of
https://github.com/QuasarApp/ViewSolutions.git
synced 2025-05-07 15:09:45 +00:00
Merge branch 'productionsGame' of github.com:QuasarApp/ViewSolutions into productionsGame
This commit is contained in:
commit
13a97d860c
@ -17,7 +17,6 @@ Control {
|
|||||||
|
|
||||||
// shows close button on the ActivityProcessor header
|
// shows close button on the ActivityProcessor header
|
||||||
property bool closeButton: true
|
property bool closeButton: true
|
||||||
property bool closeButtonBorder: false
|
|
||||||
// attach to this property link to ActivityProcessor (if is it not to abble atomaticaly)
|
// attach to this property link to ActivityProcessor (if is it not to abble atomaticaly)
|
||||||
property var activityProcessorLink: null
|
property var activityProcessorLink: null
|
||||||
|
|
||||||
|
@ -63,8 +63,8 @@ Pane {
|
|||||||
padding: 0
|
padding: 0
|
||||||
id: stackView
|
id: stackView
|
||||||
|
|
||||||
implicitWidth: stackView.currentItem.implicitWidth
|
implicitWidth: (stackView.currentItem)? stackView.currentItem.implicitWidth: 0
|
||||||
implicitHeight: stackView.currentItem.implicitHeight
|
implicitHeight: (stackView.currentItem)? stackView.currentItem.implicitHeight: 0
|
||||||
|
|
||||||
property int durationAnimation: 400
|
property int durationAnimation: 400
|
||||||
popEnter: Transition {
|
popEnter: Transition {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user