benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.73k stars 145 forks source link

Styling of toolbar combobox #178

Open Elgot opened 2 years ago

Elgot commented 2 years ago

Comboboxes normally look like this (light and dark): normal but if they are located in a toolbar this is the result: before

I'm not sure what the desired look is, but if this style is added to ComboBox.xaml <Style x:Key="{x:Static ToolBar.ComboBoxStyleKey}" TargetType="{x:Type ComboBox}" BasedOn="{StaticResource {x:Type ComboBox}}" /> at least they have the default adonis ui look: after