개정판 7b8f5809
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