[ubuntu] Keep the item's header always visible
Workaround for https://bugs.launchpad.net/bugs/1572525
This commit is contained in:
parent
de4684abc0
commit
5598a878be
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ Page {
|
||||||
|
|
||||||
header: PageHeader {
|
header: PageHeader {
|
||||||
title: currentItem ? currentItem.title : ""
|
title: currentItem ? currentItem.title : ""
|
||||||
flickable: currentItem ? currentItem.flickable : null
|
|
||||||
trailingActionBar.actions: [
|
trailingActionBar.actions: [
|
||||||
Action {
|
Action {
|
||||||
iconSource: "../resources/ic_star_"+(currentItem.marked?"enabled":"disabled")+".png"
|
iconSource: "../resources/ic_star_"+(currentItem.marked?"enabled":"disabled")+".png"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue