개정판 60f874fe
MainWindow.xaml style 변경
Change-Id: I05217ed1292273738f486cff570c849c0c9ff943
KCOM/MainWindow.xaml | ||
---|---|---|
11 | 11 |
xmlns:navigation="clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation" |
12 | 12 |
WindowStartupLocation="CenterScreen" |
13 | 13 |
navigation:RadWindowInteropHelper.ShowInTaskbar="True" |
14 |
Style="{StaticResource MainWindowStyle}" BorderBrush="#FF007ACC"
|
|
14 |
Style="{StaticResource MainWindowStyle}" BorderBrush="#FF2A579A"
|
|
15 | 15 |
navigation:RadWindowInteropHelper.Icon="markup.ico" |
16 | 16 |
Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}" |
17 | 17 |
Header="MARKUS" Foreground="White" > |
18 | 18 |
<telerik:RadWindow.Resources> |
19 | 19 |
<Style x:Key="NoMarginGrid" TargetType="{x:Type Grid}"> |
20 |
<Setter Property="Margin" Value="5,5,5,5"/>
|
|
20 |
<Setter Property="Margin" Value="1"/>
|
|
21 | 21 |
</Style> |
22 | 22 |
</telerik:RadWindow.Resources> |
23 | 23 |
<Grid Style="{StaticResource NoMarginGrid}"> |
... | ... | |
27 | 27 |
<RowDefinition Height="Auto"/> |
28 | 28 |
<RowDefinition Height="*"/> |
29 | 29 |
</Grid.RowDefinitions> |
30 |
<Border Grid.RowSpan="10" BorderThickness="1" BorderBrush="#FF8D8888"/> |
|
30 | 31 |
<!--<Border VerticalAlignment="Stretch" MouseLeftButtonDown="WindowDragEvent" Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}" |
31 | 32 |
MouseLeftButtonUp="WindowDragEventUp" MouseMove="WindowDragEventMove"> |
32 | 33 |
<Grid> |
... | ... | |
45 | 46 |
</StackPanel> |
46 | 47 |
</Grid> |
47 | 48 |
</Border>--> |
48 |
<view:TopMenu x:Name="dzTopMenu" Grid.Row="1" VerticalAlignment="Top"/> |
|
49 |
<view:MainMenu x:Name="dzMainMenu" Grid.Row="3" VerticalAlignment="Stretch"/> |
|
49 |
<view:TopMenu x:Name="dzTopMenu" Grid.Row="1" VerticalAlignment="Top" Margin="1,1,1,0"/>
|
|
50 |
<view:MainMenu x:Name="dzMainMenu" Grid.Row="3" VerticalAlignment="Stretch" Margin="1,0,1,1"/>
|
|
50 | 51 |
<Border Grid.Row="2" Background="#f1f1f1" MinHeight="30" Visibility="Collapsed"> |
51 | 52 |
<StackPanel Orientation="Horizontal"> |
52 | 53 |
<telerik:RadButton Content="Event1" Background="White" Padding="3" Margin="5" HorizontalAlignment="Left"/> |
내보내기 Unified diff