개정판 ef8fafdf
Titlebar theme 주석 및 기본 Titlebar 로 변경
Change-Id: Ib27d9bff373fe7a046549e5f07fff2ec92bf4044
KCOM/Resources/WindowStyle.xaml | ||
---|---|---|
38 | 38 |
</Style> |
39 | 39 |
|
40 | 40 |
<Style x:Key="VS2012WindowStyle" TargetType="{x:Type cWin:CustomWindow}"> |
41 |
<Setter Property="AllowsTransparency" Value="true" /> |
|
42 |
<Setter Property="WindowStyle" Value="None" /> |
|
41 |
<!--20240808 IRON 수정 |
|
42 |
AllowsTransparency, WindowStyle 주석 및 Template 주석으로 CustomWindow Theme를 적용 안함. (최대화 관련하여 기본 Winform으로 변경) --> |
|
43 |
|
|
44 |
<!--<Setter Property="AllowsTransparency" Value="True" /> |
|
45 |
<Setter Property="WindowStyle" Value="None" />--> |
|
46 |
<Setter Property="AllowsTransparency" Value="False" /> |
|
47 |
<Setter Property="WindowStyle" Value="SingleBorderWindow" /> |
|
43 | 48 |
<Setter Property="Background" Value="Transparent" /> |
44 | 49 |
<Setter Property="ResizeMode" Value="CanResizeWithGrip" /> |
45 | 50 |
<Setter Property="Foreground" Value="White" /> |
46 |
<Setter Property="Template"> |
|
51 |
<!--<Setter Property="Template">
|
|
47 | 52 |
<Setter.Value> |
48 | 53 |
<ControlTemplate TargetType="{x:Type cWin:CustomWindow}"> |
49 |
<!-- |
|
54 |
--><!--
|
|
50 | 55 |
7 is a magic number. By default Windows fits a maximized window with Margin |
51 | 56 |
7 7 7 7 to fill entire screen (WPF .Net 4.5). Larger numbers produce a gap |
52 | 57 |
between maximized window and screen edges; smaller numbers show parts of |
53 | 58 |
the window outside of the current monitor on multi-display computers. |
54 |
--> |
|
59 |
--><!--
|
|
55 | 60 |
<Grid TextOptions.TextFormattingMode="Ideal" TextOptions.TextRenderingMode="Auto"> |
56 | 61 |
<Border |
57 | 62 |
x:Name="PART_Border" |
... | ... | |
256 | 261 |
</ControlTemplate.Triggers> |
257 | 262 |
</ControlTemplate> |
258 | 263 |
</Setter.Value> |
259 |
</Setter> |
|
264 |
</Setter>-->
|
|
260 | 265 |
<Style.Resources> |
261 | 266 |
<Style TargetType="{x:Type StatusBar}"> |
262 | 267 |
<Style.Triggers> |
내보내기 Unified diff