Skip to content

Commit 1fe90b2

Browse files
committed
Fixing size of vertical progress bars
1 parent a258bc3 commit 1fe90b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/Progress.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</Grid.ColumnDefinitions>
2828

2929
<Grid.RowDefinitions>
30-
<RowDefinition Height="Auto"/>
30+
<RowDefinition Height="*"/>
3131
<RowDefinition Height="*"/>
3232
</Grid.RowDefinitions>
3333

0 commit comments

Comments
 (0)