Skip to content

Commit

Permalink
Fit the status / error message in the GUI #67
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMoore committed Aug 18, 2023
1 parent 704da3d commit ebea29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/IPFilter/Views/MainWindow.xaml
Expand Up @@ -31,7 +31,7 @@
<!-- <ColumnDefinition Width="75"/> -->
<ColumnDefinition Width="75"/>
</Grid.ColumnDefinitions>
<Label Grid.Column="0" VerticalAlignment="Bottom" Content="{Binding StatusText}" />
<TextBlock Grid.Column="0" VerticalAlignment="Top" Text="{Binding StatusText}" TextWrapping="WrapWithOverflow" Margin="0,0,5,0" />
<!-- <Button Grid.Column="1" Width="75" Height="23" Content="options" Command="{Binding ShowOptionsCommand}" /> -->
<Button Grid.Column="1" Width="75" Height="23" Command="{Binding StartCommand}" Content="{Binding ButtonText}" />
</Grid>
Expand Down

0 comments on commit ebea29c

Please sign in to comment.