Open DomeAlessi opened 2 months ago
This is something weird! Not sure when this happened, the icons should be like this. The image is from one of the old tutorials
And not like this
I wonder if we made some change or Windows 11 is doing something for us 🤣
Well at least I am glad it's not the intended size and something is wrong somewhere :D anyway yeah I am on windows 11 and I am at 100% DPI settings on all monitors.
I don't have time to have a closer look at this, but the first that comes to mind is #1807, there's a bunch of width/height value changes that may be the cause of this issue.
Yeah if you remove the Margin="5,5" from MenuItem ControlTemplate ContentPresenter in Stride.Core.Presentation.Wpf\Themes\ThemeSelector.xaml the icons can stretch to the max of their parent:
En passant I see that the spacing system is kinda mixed, i see lot of multiple-of-5 margins which are not great for application scaling.
Hello!
I wanted to ask if it's possible to scale up a bit the size of the icons in the context menus. Right now they are very little and the image is very difficult to perceive even on a close monitor due the big contrast with the background. Please refer to the attached screenshot below.
Describe the solution you'd like To enhance readability, I suggest making the icons slightly larger and adjusting the contrast between the icons and the dark menu background. This change would also improve the visibility of disabled items, making the overall interface easier to navigate.
Thank you!