개정판 40a810fc
main window 수정
Change-Id: I4ab3d66c5a5b1d06a9c9e40ca5fb972bf4d79cbb
KCOM/Resources/WindowStyle.xaml | ||
---|---|---|
8 | 8 |
<SolidColorBrush x:Key="VS2012WindowBorderBrushInactive" Color="#999999" /> |
9 | 9 |
<SolidColorBrush x:Key="VS2012WindowStatusForeground" Color="#FFFFFF" /> |
10 | 10 |
<SolidColorBrush x:Key="VS2012WindowStatusForegroundInactive" Color="#FFFFFF" /> |
11 |
|
|
11 |
<Visibility x:Key="GripVisible">Visible</Visibility> |
|
12 | 12 |
<Style x:Key="VS2012WindowStyleTitleBarButton" TargetType="{x:Type Button}"> |
13 | 13 |
<Setter Property="Focusable" Value="false" /> |
14 | 14 |
<Setter Property="Foreground" Value="White"/> |
... | ... | |
209 | 209 |
x:Name="lnSizeEast" |
210 | 210 |
Stroke="Transparent" |
211 | 211 |
HorizontalAlignment="Right" |
212 |
Cursor="SizeWE" |
|
212 |
Cursor="SizeWE"
|
|
213 | 213 |
X1="{TemplateBinding ActualWidth}" X2="{TemplateBinding ActualWidth}" Y1="1" Y2="{TemplateBinding ActualHeight}" |
214 | 214 |
StrokeThickness="3" |
215 | 215 |
/> |
내보내기 Unified diff