fixed issues in UI

main
Jonas Arnold 4 years ago
parent a50811f3e2
commit bd07596ada
  1. 3
      ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs
  2. 2
      ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml

@ -182,7 +182,8 @@ namespace RobotClientWpf
break; break;
} }
UIAccessHelpers.SetTextblockTextAndForegroundColor(tbBottomMessage, message, col); // not used currently
//UIAccessHelpers.SetTextblockTextAndForegroundColor(tbBottomMessage, message, col);
} }
private void ClearBottomMessage() private void ClearBottomMessage()

@ -13,7 +13,7 @@
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="120"/> <RowDefinition Height="120"/>
<RowDefinition Height="120"/> <RowDefinition Height="120"/>
<RowDefinition Height="150"/> <RowDefinition Height="130"/>
<RowDefinition Height="*"/> <RowDefinition Height="*"/>
</Grid.RowDefinitions> </Grid.RowDefinitions>

Loading…
Cancel
Save