Skip to content

Commit

Permalink
Fix #340: Also hide Sailfish rectangle, don't just disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Voigt committed May 4, 2024
1 parent af3261c commit 4020364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components-generic/qml/VenueDescriptionHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Item {

Rectangle {
enabled: BVApp.Platform.isSailfish
visible: BVApp.Platform.isSailfish
property int xMargin: 10
property int yMargin: 7
x: nameLabel.extraContent.x + nameLabel.extraContent.width - xMargin
Expand Down

0 comments on commit 4020364

Please sign in to comment.