Skip to content

Commit

Permalink
Fix tablet login dialog logo size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasen IO committed Jun 8, 2020
1 parent c3337f6 commit c55f365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/resources/qml/dialogs/TabletLoginDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
sourceSize.width: 400
sourceSize.height: 73
source: "../../images/vircadia-logo.svg"
horizontalAlignment: Image.AlignHCenter
}
Expand Down

0 comments on commit c55f365

Please sign in to comment.