Skip to content

Commit

Permalink
Adjusted Drawer on Login dialog for tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Dec 13, 2023
1 parent 35424e7 commit da109ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/qml/onboarding/MMLogin.qml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Page {

property string newServerUrl

width: root.width < __style.maxPageWidth ? root.width : root.width - 2 * root.hPadding
x: root.width < __style.maxPageWidth ? 0 : root.hPadding
title: qsTr("Change server")
primaryButton: qsTr("Confirm")
visible: false
Expand Down

0 comments on commit da109ff

Please sign in to comment.