mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-13 06:31:05 +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
|
|
@ -7,7 +7,8 @@
|
|||
mc:Ignorable="d"
|
||||
MinWidth="800" MinHeight="600" Width="800" Height="700" ResizeMode="CanResizeWithGrip" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner" ShowInTaskbar="False"
|
||||
Closing="SettingsWindow_Closing"
|
||||
Icon="../Art/favicon.ico" Title="{DynamicResource Settings_Title}" >
|
||||
Icon="../Art/favicon.ico" Title="{DynamicResource Settings_Title}"
|
||||
FocusManager.FocusedElement="{Binding ElementName=globalSettingsControl}">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue