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