개정판 8411f02d
issue #000: thumbnail width 없을 경우 기본 값 설정
Change-Id: I64ba811ead16a5b4ebc0c64cf7fc69d90bc952e0
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
402 | 402 |
this.FavoritePane.Visibility = Visibility.Collapsed; |
403 | 403 |
this.drawingRotateCanvas.IsHitTestVisible = false; |
404 | 404 |
} |
405 |
thumbnailPanel.Width = Convert.ToInt32(CommonLib.Common.GetConfigString("SetThumbnail", "WIDTH", "")); |
|
405 |
thumbnailPanel.Width = Convert.ToInt32(CommonLib.Common.GetConfigString("SetThumbnail", "WIDTH", "250"));
|
|
406 | 406 |
//thumbnailPanel.MinWidth = thumbnailPanel.Width; |
407 | 407 |
} |
408 | 408 |
timer = new Timer(timercallback, null, 0, InitInterval * 60000); |
내보내기 Unified diff