개정판 71bfd53e
issue #737 WindowState.Maximized 일 때 화면 이동이 안되는 현상 수정
KCOM/MainWindow.xaml | ||
---|---|---|
22 | 22 |
<RowDefinition Height="Auto"/> |
23 | 23 |
<RowDefinition Height="*"/> |
24 | 24 |
</Grid.RowDefinitions> |
25 |
<Border VerticalAlignment="Stretch" MouseLeftButtonDown="WindowDragEvent" Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}"> |
|
25 |
<Border VerticalAlignment="Stretch" MouseLeftButtonDown="WindowDragEvent" Background="{DynamicResource KCOMColor_TopMenubackgroundBrush}" |
|
26 |
MouseLeftButtonUp="WindowDragEventUp" MouseMove="WindowDragEventMove"> |
|
26 | 27 |
<Grid> |
27 | 28 |
<StackPanel Orientation="Horizontal" Opacity="0.6" Margin="5,0" Visibility="Collapsed"> |
28 | 29 |
<telerik:RadRibbonButton SmallImage="/KCOM;component/Resources/Images/MenuImage/save.png" telerik:StyleManager.Theme="Office2016"/> |
내보내기 Unified diff