kikipoulet / CherylUI

MIT License
248 stars 8 forks source link

progress bar #8

Open zalusky opened 3 months ago

zalusky commented 3 months ago

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 xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="AvaloniaApplication3.App" xmlns:local="using:AvaloniaApplication3" RequestedThemeVariant="Default">

<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