프로젝트

일반

사용자정보

개정판 7b8f5809

ID7b8f5809b74e9f2a1c88df40dc71e306d8429015
상위 8411f02d
하위 d0eda156

이지연이(가) 5년 이상 전에 추가함

issue #000: FontList IsEditable="False"

Change-Id: Ib4b06dc1885d6f5ad1c28b2706e551522bc862fb

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
403 403
                    this.drawingRotateCanvas.IsHitTestVisible = false;
404 404
                }
405 405
                thumbnailPanel.Width = Convert.ToInt32(CommonLib.Common.GetConfigString("SetThumbnail", "WIDTH", "250"));
406
                //thumbnailPanel.MinWidth = thumbnailPanel.Width;
407 406
            }
408 407
            timer = new Timer(timercallback, null, 0, InitInterval * 60000);
409 408
        }
KCOM/Views/TopMenu.xaml
492 492
                    <telerik:RadOrderedWrapPanel>
493 493
                        <StackPanel Orientation="Horizontal">
494 494
                            <telerik:RadRibbonComboBox Width="60" Name="comboFontFamily" SelectedIndex="0" telerik:ScreenTip.Title="Font" telerik:ScreenTip.Description="Change the font face." 
495
                                                       SelectionChanged="RadRibbonComboBox_SelectionChanged"/>
495
                                                       SelectionChanged="RadRibbonComboBox_SelectionChanged"
496
                                                       IsEditable="False"/>
496 497
                            <telerik:RadNumericUpDown x:Name="comboFontSize"
497 498
                                                      Width="35"
498 499
                                                      HorizontalContentAlignment="Center"

내보내기 Unified diff

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