프로젝트

일반

사용자정보

개정판 4fcb686a

ID4fcb686a2d4740f5eee8d44f69429ab17bd7489f
상위 a7bee7cf
하위 5ba8f2d5

김태성이(가) 2년 이상 전에 추가함

issue #000 font가 적용 되지 않아 box size가 작게 출력되는 문제

Change-Id: Ie07531db96d56e8d5c2bbdbf0786d053ad39747c

차이점 보기:

KCOM/MainWindow.xaml
1
<cWin:CustomWindow x:Class="KCOM.MainWindow"
2
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
5
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6
        xmlns:local="clr-namespace:KCOM" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
7
        xmlns:control="clr-namespace:KCOM.Controls"
8
        xmlns:view="clr-namespace:KCOM.Views"
9
        mc:Ignorable="d" WindowStartupLocation="CenterScreen"
10
        Style="{StaticResource VS2012WindowStyle}"
11
        xmlns:cWin="clr-namespace:KCOM.Controls.CustomizedWindow"
12
        xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" 
13
        Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}"
14
        telerik:TabNavigationExtensions.IsTabStop="False" AllowDrop="True"
15
        Title="MARKUS" >
1
<cWin:CustomWindow
2
    x:Class="KCOM.MainWindow"
3
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5
    xmlns:cWin="clr-namespace:KCOM.Controls.CustomizedWindow"
6
    xmlns:control="clr-namespace:KCOM.Controls"
7
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
8
    xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
9
    xmlns:local="clr-namespace:KCOM"
10
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
11
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
12
    xmlns:view="clr-namespace:KCOM.Views"
13
    Title="MARKUS"
14
    telerik:TabNavigationExtensions.IsTabStop="False"
15
    AllowDrop="True"
16
    Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}"
17
    Style="{StaticResource VS2012WindowStyle}"
18
    WindowStartupLocation="CenterScreen"
19
    mc:Ignorable="d">
16 20
    <Grid>
17 21
        <Grid.RowDefinitions>
18
            <RowDefinition Height="Auto"/>
19
            <RowDefinition Height="*"/>
22
            <RowDefinition Height="Auto" />
23
            <RowDefinition Height="*" />
20 24
        </Grid.RowDefinitions>
21
        <view:TopMenu x:Name="dzTopMenu" VerticalAlignment="Top"/>
22
        <view:MainMenu x:Name="dzMainMenu" Grid.Row="1" VerticalAlignment="Stretch"/>
25
        <view:TopMenu x:Name="dzTopMenu" VerticalAlignment="Top" />
26
        <view:MainMenu
27
            x:Name="dzMainMenu"
28
            Grid.Row="1"
29
            VerticalAlignment="Stretch" />
23 30
    </Grid>
24 31
</cWin:CustomWindow>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)