개정판 29e5dc6a
issue #1001 썸네일 폭을 ini 파일에 저장하여 프로그램 시작 시 반영되도록 수정
Change-Id: I8c1daba55e7d65495a91f57f3bc23abaaa7e54bd
KCOM/MARKUS.ini | ||
---|---|---|
29 | 29 |
[SetFinalPDFError] |
30 | 30 |
MSG=7LWc7KKFIO2MjOydvOydhCDrp4zrk5zripTrjbAg66y47KCc6rCAIOuwnOyDne2VmOyYgOyKteuLiOuLpA== |
31 | 31 |
[SetFinalPDFSuccess] |
32 |
MSG=7LWc7KKFIO2MjOydvCDsg53shLEg7KSR7J6F64uI64ukLiDrrLjshJzqtIDrpqzsi5zsiqTthZzsnYQg7ZmV7J247ZW07KO87IS47JqU |
|
32 |
MSG=7LWc7KKFIO2MjOydvCDsg53shLEg7KSR7J6F64uI64ukLiDrrLjshJzqtIDrpqzsi5zsiqTthZzsnYQg7ZmV7J247ZW07KO87IS47JqU |
|
33 |
[SetThumbnail] |
|
34 |
WIDTH=100 |
KCOM/Views/MainMenu.xaml | ||
---|---|---|
486 | 486 |
</telerik:RadDocking.DocumentHost> |
487 | 487 |
|
488 | 488 |
|
489 |
<telerik:RadSplitContainer Orientation="Vertical" InitialPosition="DockedLeft" Width="250" MinWidth="100"> |
|
489 |
<telerik:RadSplitContainer Orientation="Vertical" InitialPosition="DockedLeft" x:Name="thumbnailPanel"> |
|
490 |
<!-- Width="250" MinWidth="250" --> |
|
490 | 491 |
<!--<telerik:RadPaneGroup Margin="0" Style="{DynamicResource Style_RadPanelGroup}">--> |
491 | 492 |
<telerik:RadPaneGroup Margin="0" telerik:StyleManager.Theme="Office2016" x:Name="PN_Navi"> |
492 | 493 |
<telerik:RadPane Header="DOCUMENT" CanFloat="False" CanUserClose="False" CanUserPin="True" |
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
236 | 236 |
|
237 | 237 |
public MainMenu() |
238 | 238 |
{ |
239 |
App.splashString(ISplashMessage.MAINMENU_0); |
|
239 |
App.splashString(ISplashMessage.MAINMENU_0);
|
|
240 | 240 |
//InitializeComponent(); |
241 | 241 |
this.Loaded += MainMenu_Loaded; |
242 | 242 |
} |
... | ... | |
380 | 380 |
private int InitInterval = KCOM.Properties.Settings.Default.InitInterval; |
381 | 381 |
private void MainMenu_Loaded(object sender, RoutedEventArgs e) |
382 | 382 |
{ |
383 |
InitializeComponent(); |
|
384 |
|
|
383 |
InitializeComponent(); |
|
385 | 384 |
//System.Diagnostics.Debug.WriteLine("MainMenu() : " + sw.ElapsedMilliseconds.ToString() + "ms"); |
386 | 385 |
|
387 | 386 |
if (App.ParameterMode) |
... | ... | |
403 | 402 |
this.FavoritePane.Visibility = Visibility.Collapsed; |
404 | 403 |
this.drawingRotateCanvas.IsHitTestVisible = false; |
405 | 404 |
} |
405 |
thumbnailPanel.Width = Convert.ToInt32(CommonLib.Common.GetConfigString("SetThumbnail", "WIDTH", "")); |
|
406 |
//thumbnailPanel.MinWidth = thumbnailPanel.Width; |
|
406 | 407 |
} |
407 | 408 |
timer = new Timer(timercallback, null, 0, InitInterval * 60000); |
408 | 409 |
} |
내보내기 Unified diff