-
Notifications
You must be signed in to change notification settings - Fork 128
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
how to make toolbar icon size bigger ? #385
Comments
you on windows or linux? |
win10 |
I don't know how to do it on Windows.... need bigger icons and I think there's some in the operating system but I haven't figured out how to use them yet. |
I found a thing that is 50% bigger, 24x24 instead of 16x16. That is easy to swap out to at least. Still might be too small for a 4k though. |
Just pushed a commit to master that uses the larger size of scaling is on. I might change it though, right now it turns on if scaling is at 125% or above, but it might be too big at 125 so maybe I should make it turn on only at 150%... if you can use master let me know how you like this, |
I found another solution. In win10, select EXE properties, select compatibility, click "Change high DPI settings", check "Override high DPI scaling behavior", and select "System enhancements". so, toolbar Icon size look normal. |
The new commit compiles with errors. PS D:\dev\dlang\minigui> dub --build=release --arch=x86_64 --compiler=ldc2 |
You must update the whole repository at once to use the new version, it depends on changes in three other files. I don't know if dub can even do it yet without a config file update. |
set "arsd-official:minigui": "~master" in dub.json to use master, but toolbar icon size looks a little small. :) |
Is that bigger than the old one? Just not big enough? |
Bigger than the old one, but not big enough. |
ok, i guess what i have to do is take the small one and double it. then i can take 16, 24, 32, and 48 pixel options by doubling the two i have. gonna be a little while until i get around to it though kinda weird the OS isn't doing it for me, the toolbar is OS provided and the icons on it are OS provided too. |
In high resolution (for example 4K), the toolbar icon size look small, how to make it bigger ?
The text was updated successfully, but these errors were encountered: