mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
CR fixes
This commit is contained in:
parent
dfac0d88a2
commit
8357f1f9b5
2 changed files with 5 additions and 3 deletions
|
@ -728,7 +728,7 @@ Rectangle {
|
|||
top: parent.top
|
||||
leftMargin: 20
|
||||
}
|
||||
width: 322
|
||||
width: root.isLoggedIn ? 322 : 242
|
||||
height: 36
|
||||
|
||||
radius: 4
|
||||
|
@ -790,6 +790,8 @@ Rectangle {
|
|||
glyph: model.glyph
|
||||
text: model.name
|
||||
|
||||
visible: root.isLoggedIn || model.sortString != "my_likes"
|
||||
|
||||
checked: ListView.isCurrentItem
|
||||
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue