Skip to content

Commit

Permalink
#89
Browse files Browse the repository at this point in the history
  • Loading branch information
tym32167 committed Jan 7, 2018
1 parent e288b78 commit bfbc05b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Arma3BE.Client.Modules.OptionsModule/Options.xaml
Expand Up @@ -65,7 +65,6 @@
<TextBox Grid.Row="3" Grid.Column="1" Width="100" HorizontalAlignment="Left" Margin="2" Text="{Binding Settings.BansUpdateSeconds, Mode=TwoWay}" />

<TextBlock Grid.Row="4" Grid.Column="0" Text="Always on top" Margin="2" />
<TextBox Grid.Row="4" Grid.Column="1" Width="100" HorizontalAlignment="Left" Margin="2" Text="{Binding Settings.BansUpdateSeconds, Mode=TwoWay}" />
<CheckBox Grid.Row="4" Grid.Column="1" Margin="2" IsChecked="{Binding Settings.TopMost, Mode=TwoWay}"></CheckBox>
</Grid>
</Border>
Expand Down

0 comments on commit bfbc05b

Please sign in to comment.