benruehl / adonis-ui

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

Toolbar Overflow button style #94

Closed tgiachi closed 3 years ago

tgiachi commented 4 years ago

Describe the bug Toolbar Overflow button style is white

To Reproduce Steps to reproduce the behavior:

  1. Add toobar in AdonisWindow

Expected behavior I think the toolbar overflow should take the global style

Screenshots image

Additional context I'm using last nuget version, how I can set style? Thank you, I love your library!

alexhelms commented 4 years ago

I actually noticed this too but I forgot to create an issue.

What I did instead is what the demo app does: just make a stack panel and add buttons and make them use the tool bar style. See here: https://github.com/benruehl/adonis-ui/blob/master/src/AdonisUI.Demo/Views/ButtonReference.xaml#L62

It isn't an actual toolbar, but maybe it will do what you need for now.

tgiachi commented 4 years ago

Thank you! Great solution!

benruehl commented 4 years ago

The ToolBar control is one of the few remaining controls that are not covered by Adonis UI yet. Sorry for that. I will add this to the to do list.

tgiachi commented 4 years ago

No problem @benruehl, I love your library anyway!