Skip to content
Snippets Groups Projects
Commit 840bf5cc authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Keep name dialog higher (Android), decrease height

parent a87fdd75
No related branches found
No related tags found
No related merge requests found
Pipeline #2803 passed
...@@ -12,7 +12,9 @@ TpopupDialog { ...@@ -12,7 +12,9 @@ TpopupDialog {
id: melNamDial id: melNamDial
visible: true visible: true
width: Noo.fontSize() * 40; height: Noo.fontSize() * 16 width: Noo.fontSize() * 40; height: Noo.fontSize() * 12
x: (parent.width - width) / 2
y: Noo.isAndroid() ? Noo.fontSize() : (parent.height - height) / 2
rejectButton.text: Noo.TR("QPlatformTheme", "Discard") rejectButton.text: Noo.TR("QPlatformTheme", "Discard")
acceptButton.text: Noo.TR("QShortcut", "Save") acceptButton.text: Noo.TR("QShortcut", "Save")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment