kikipoulet/CherylUI

progress bar

Opened this issue · 0 comments

Hello,
if i use the CheryIUI and implement a ProgressBar i can no longer scale the height of the progress bar ( i need a vertical bar but this does not scale accordingly) if i use the "standard avalonia theme" it works, so i assume that there is somewhere a bug?

App.axaml:

<Application.DataTemplates>
    <local:ViewLocator/>
</Application.DataTemplates>

<Application.Styles>
  <StyleInclude Source="avares://CherylUI/Index.axaml" />
  <!--<FluentTheme />-->
</Application.Styles>

MainWindow.axaml:
...


...
grafik

maybe i can get i hint how i can resolve this issue?

Thank you in advance
Gerhard