Does anyone perhaps have a suggestion how I can fix this?
When I use a _G.GUIScale = 2, e.g. to make dialogs readable on a Galaxy Note, it seems like the height of the dialog is no longer properly calculated.
Example code:
\_G.GUI.Confirm(
{
modal = true,
theme = \_G.GUI.defaultTheme,
width = "80%",
scale = \_G.GUIScale,
icon = 14,
title = title,
caption = message,
buttons = { { icon = 15, caption = ok, }, },
} )
Example image:
http://i.imgur.com/UEGBU.png [import]uid: 137101 topic_id: 27322 reply_id: 327322[/import]