Skip to content

Commit 583485e

Browse files
committed
表情キー追加画面の要素がはみ出していたのを修正
1 parent 6ee9304 commit 583485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ControlWindowWPF/ControlWindowWPF/FaceControlKeyAddWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:VirtualMotionCaptureControlPanel"
77
mc:Ignorable="d"
8-
Title="{DynamicResource FaceControlKeyAddWindowTitle}" Height="374" Width="800" Loaded="Window_Loaded" Closing="Window_Closing" Icon="Resources/VirtualMotionCapture_dark.ico">
8+
Title="{DynamicResource FaceControlKeyAddWindowTitle}" Height="400" Width="800" Loaded="Window_Loaded" Closing="Window_Closing" Icon="Resources/VirtualMotionCapture_dark.ico">
99
<DockPanel>
1010
<GroupBox Header="{DynamicResource FaceControlKeyAddWindow_UseKey}" DockPanel.Dock="Top">
1111
<DockPanel>

0 commit comments

Comments
 (0)