mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
Change main window title
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
xmlns:jv="clr-namespace:JustView"
|
xmlns:jv="clr-namespace:JustView"
|
||||||
xmlns:s="clr-namespace:GARbro.GUI.Strings"
|
xmlns:s="clr-namespace:GARbro.GUI.Strings"
|
||||||
xmlns:p="clr-namespace:GARbro.GUI.Properties"
|
xmlns:p="clr-namespace:GARbro.GUI.Properties"
|
||||||
Title="GARbro" MinHeight="250" ResizeMode="CanResizeWithGrip"
|
Title="GARbro-Mod" MinHeight="250" ResizeMode="CanResizeWithGrip"
|
||||||
Loaded="WindowLoaded"
|
Loaded="WindowLoaded"
|
||||||
KeyDown="WindowKeyDown"
|
KeyDown="WindowKeyDown"
|
||||||
AllowDrop="True" Drop="OnDropEvent"
|
AllowDrop="True" Drop="OnDropEvent"
|
||||||
|
|||||||
Reference in New Issue
Block a user