mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +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
|
top: parent.top
|
||||||
leftMargin: 20
|
leftMargin: 20
|
||||||
}
|
}
|
||||||
width: 322
|
width: root.isLoggedIn ? 322 : 242
|
||||||
height: 36
|
height: 36
|
||||||
|
|
||||||
radius: 4
|
radius: 4
|
||||||
|
@ -790,6 +790,8 @@ Rectangle {
|
||||||
glyph: model.glyph
|
glyph: model.glyph
|
||||||
text: model.name
|
text: model.name
|
||||||
|
|
||||||
|
visible: root.isLoggedIn || model.sortString != "my_likes"
|
||||||
|
|
||||||
checked: ListView.isCurrentItem
|
checked: ListView.isCurrentItem
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in a new issue