mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-05-11 08:59:34 +00:00
fix dialog size
This commit is contained in:
parent
317601b00c
commit
140d42fb13
@ -59,13 +59,12 @@ Item {
|
||||
|
||||
id: loginPopUp
|
||||
lognViewModel: userLogin // exampleLogin - this is inited model in main.cpp
|
||||
height: 13 * fontMetrics.height
|
||||
width: 15 * fontMetrics.height
|
||||
height: 6 * fontMetrics.height
|
||||
width: 5 * fontMetrics.height
|
||||
|
||||
FontMetrics {
|
||||
TextField {
|
||||
id: fontMetrics
|
||||
font.capitalization: Font.AllUppercase
|
||||
font.bold: true
|
||||
visible: false
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c27181745fb4c10c7299583dcab829f0c0a50a2a
|
||||
Subproject commit 73ca7f05751503c3d31e2bd1235b6946df1c6287
|
Loading…
x
Reference in New Issue
Block a user