diff options
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml index ea3680caf..2f0ca8ae8 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Panes/MachineConnectionPane.xaml @@ -19,7 +19,7 @@ <RowDefinition Height="5" /> <RowDefinition Height="{Binding Settings.MachineConnectionWifiHeight,Mode=TwoWay}" /> <RowDefinition Height="5" /> - <RowDefinition Height="1*" /> + <RowDefinition Height="{Binding Settings.MachineConnectionSignalRHeight,Mode=TwoWay}" /> </Grid.RowDefinitions> <Grid Margin="0 10 0 0" Grid.Row="0" Height="60" Visibility="{Binding Settings.EnableMachineEmulator,Converter={StaticResource BooleanToVisibilityConverter}}"> <DockPanel> |
