-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MessageBox Header cutoff #31
Comments
Looks like screen resolution more than 100%. Increase label area in source code and recompile. |
Well that will work maybe on my computer, but what about other computers where the resolution may be less or more than 100%. Do you know how to detect that setting? I could probably put in the code to auto resize based on the percentage.... |
You need change sizes of text labels (increase and rearrange) in ModernUI MessageBox source code. |
Thanks...if I get this working I'll create a pull request.
From: "aller70" <notifications@github.com>
To: "dennismagno/metroframework-modern-ui" <metroframework-modern-ui@noreply.github.com>
Cc: "Ken Salter" <ken@thesalters.net>, "Author" <author@noreply.github.com>
Sent: Thursday, March 30, 2017 9:52:33 AM
Subject: Re: [dennismagno/metroframework-modern-ui] MessageBox Header cutoff (#31)
Try http://stackoverflow.com/questions/5901299/how-to-use-system-font-settings-for-a-windows-c-sharp-app
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
|
Actually, I just set the row (Row2) on the Panel for the MetroMessageBox that contains the title to "AutoSize" instead of the absolute value. This is working on my computer.
From: "aller70" <notifications@github.com>
To: "dennismagno/metroframework-modern-ui" <metroframework-modern-ui@noreply.github.com>
Cc: "Ken Salter" <ken@thesalters.net>, "Author" <author@noreply.github.com>
Sent: Thursday, March 30, 2017 9:52:33 AM
Subject: Re: [dennismagno/metroframework-modern-ui] MessageBox Header cutoff (#31)
Try http://stackoverflow.com/questions/5901299/how-to-use-system-font-settings-for-a-windows-c-sharp-app
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
|
When showing a MetroMessageBox, the header ("title") is cutoff at the bottom. I have attached a screen shot. What can I do to fix this?
The text was updated successfully, but these errors were encountered: