Toolbar with back button, menu and play throbber
This commit is contained in:
parent
532a99edea
commit
7bdf6b783a
19 changed files with 298 additions and 129 deletions
|
@ -24,6 +24,8 @@ import 'common/constants.js' as Constants
|
|||
|
||||
Rectangle {
|
||||
id: page
|
||||
z: 200
|
||||
|
||||
color: Constants.colors.dialogBackground
|
||||
|
||||
Component.onCompleted: pgst.dialogsVisible = pgst.dialogsVisible + 1;
|
||||
|
@ -57,7 +59,7 @@ Rectangle {
|
|||
property int maxHeight: parent.height - 4 * border
|
||||
height: ((page.contentHeight > 0 && page.contentHeight < maxHeight) ? page.contentHeight : maxHeight) * parent.opacity
|
||||
anchors.centerIn: parent
|
||||
color: Constants.colors.page
|
||||
color: Constants.colors.dialog
|
||||
clip: true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue