You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some UI elements should have a translucent background instead of an opaque colour as this can lead to some unpleasant results (some examples below):
^ Buttons only looks good on top of the default background; the alerts should also make use of translucent colors
^ text box (unselected and selected) is another example where this change would be appreciated
By applying this theme to the buttons I managed to make them appear identical to Windows' fluent UI buttons but using translucency (I also removed the shadow as it unfortunately also renders behind the widget):
EDIT: BTW ColorConst is just a simple utility class I made in order to be able to declare a const Color using the hex + an opacity value, this might also be useful
EDIT2: I've seen you've implemented some changes I suggested for the expander; hovever, I think either the whole button should change its background color (as per my suggested change), or the trailing icon, but not both of them (maybe with a flag to enable either behaviour)
EDIT3: The trailing button inside TextBox seems to be missing an pressed color (it's the same as the hovering color for some reason)
The text was updated successfully, but these errors were encountered:
@bdlukaa Related to this (Maybe a new issue?), I think we have some visual incoherences between Combobox and TextBox: if you place one Combobox and a TextBox side by side, the Combobox is a few pixels taller than the TextBox. Here are some screenshots:
2x Combobox + 1x Textbox:
2x Combobox + 1x Textbox focused:
EDIT: Probably is there additional margins/paddings, I've appreciated some side space placing all widgets in a Wrap container (notice the slight difference in the left side):
Some UI elements should have a translucent background instead of an opaque colour as this can lead to some unpleasant results (some examples below):
^ Buttons only looks good on top of the default background; the alerts should also make use of translucent colors
^ text box (unselected and selected) is another example where this change would be appreciated
By applying this theme to the buttons I managed to make them appear identical to Windows' fluent UI buttons but using translucency (I also removed the shadow as it unfortunately also renders behind the widget):
^ Much better :P
EDIT: BTW ColorConst is just a simple utility class I made in order to be able to declare a const Color using the hex + an opacity value, this might also be useful
EDIT2: I've seen you've implemented some changes I suggested for the expander; hovever, I think either the whole button should change its background color (as per my suggested change), or the trailing icon, but not both of them (maybe with a flag to enable either behaviour)
EDIT3: The trailing button inside TextBox seems to be missing an pressed color (it's the same as the hovering color for some reason)
The text was updated successfully, but these errors were encountered: