progressbar tweaks
This commit is contained in:
@@ -82,23 +82,15 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<dialogs:AvaloniaFlyoutBase.FooterContent>
|
||||
<Panel
|
||||
|
||||
<!-- ProgressBar: Status -->
|
||||
<ProgressBar
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch"
|
||||
IsVisible="{Binding Progress.Visible}">
|
||||
|
||||
<!-- ProgressBar: Status -->
|
||||
<ProgressBar
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Stretch"
|
||||
Maximum="{Binding Progress.MaxValue}"
|
||||
Value="{Binding Progress.Value}"/>
|
||||
|
||||
<!-- TextBox: Status -->
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Text="{Binding Progress.Text}"/>
|
||||
</Panel>
|
||||
Maximum="{Binding Progress.MaxValue}"
|
||||
Value="{Binding Progress.Value}"
|
||||
ShowProgressText="{Binding Progress.ShowText}"
|
||||
IsIndeterminate="{Binding Progress.IsGeneric}"
|
||||
IsVisible="{Binding Progress.IsVisible}"/>
|
||||
</dialogs:AvaloniaFlyoutBase.FooterContent>
|
||||
</dialogs:AvaloniaFlyoutBase>
|
||||
Reference in New Issue
Block a user