Skip to content

Commit ddfb703

Browse files
authored
Merge pull request #6 from tksh164/fix/button-z-order
Fix connect button z-order
2 parents 07c448b + b53e878 commit ddfb703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/msrdcui/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
<CheckBox Margin="4,4,12,4" Content="Full screen" IsChecked="{Binding IsFullScreenEnabled}"/>
3939
</WrapPanel>
4040

41-
<Button Grid.Row="5" Grid.Column="1" HorizontalAlignment="Right" VerticalAlignment="Bottom" Padding="30,12" IsDefault="True" Content="Connect" Command="{Binding ConnectCommand}"/>
42-
4341
<TextBlock Grid.Row="5" Grid.Column="0" Grid.ColumnSpan="2" VerticalAlignment="Bottom">
4442
<Hyperlink Command="{Binding OpenAboutThisAppUriCommand}">About this app</Hyperlink>
4543
</TextBlock>
44+
45+
<Button Grid.Row="5" Grid.Column="1" HorizontalAlignment="Right" VerticalAlignment="Bottom" Padding="30,12" IsDefault="True" Content="Connect" Command="{Binding ConnectCommand}"/>
4646
</Grid>
4747
</Window>

0 commit comments

Comments
 (0)