mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Window Control Focus Changes
- set the default focus control for all the windows.
This commit is contained in:
parent
4199ab6160
commit
0b5d7c933a
41 changed files with 115 additions and 73 deletions
|
|
@ -8,10 +8,11 @@
|
|||
xmlns:en="clr-namespace:ServerManagerTool.Enums"
|
||||
xmlns:rcon="clr-namespace:ServerManagerTool.Lib.ViewModel.RCON"
|
||||
xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
|
||||
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
||||
Width="1024" Height="768" MinWidth="640" MinHeight="480" ResizeMode="CanResizeWithGrip"
|
||||
SizeChanged="RCON_SizeChanged" LocationChanged="RCON_LocationChanged"
|
||||
Name="RCON" Icon="../Art/favicon.ico" Title="{Binding RCONParameters.WindowTitle}">
|
||||
Icon="../Art/favicon.ico" Title="{Binding RCONParameters.WindowTitle}"
|
||||
FocusManager.FocusedElement="{Binding ElementName=ConsoleInput}"
|
||||
Name="RCON">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue