adonis-ui icon indicating copy to clipboard operation
adonis-ui copied to clipboard

Styling of toolbar combobox

Open Elgot opened this issue 3 years ago • 0 comments

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

Elgot avatar Dec 28 '21 22:12 Elgot