-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Title bar icons are too small #1
Comments
Just pushed 0.0.3. Could you please try it and let me know how it goes? |
Great! Thanks! Fixed by 4122e5b |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @bitsdojo, really nice package you have here. However, the minimize, maximize, and close buttons are too small on my PC. They are much smaller than those of the other windows. I'm certain I am not doing anything wrong that might mess with the size, but please help me out if I am.
I took a look at
getTitleBarButtonSize()
inwindow_caption.dart
and noticed it uses the device-dependent pixel values returned byGetSystemMetrics(int)
. Shouldn't these be converted to logical pixels?This is the code I used to render my title bar
And this is how small the buttons look in my window:
The text was updated successfully, but these errors were encountered: