프로젝트

일반

사용자정보

개정판 8411f02d

ID8411f02de26a3a6b0245708d5d88fb66fa4fdd44
상위 afdc28ae
하위 7b8f5809

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

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

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