mui icon indicating copy to clipboard operation
mui copied to clipboard

Fixes to ModernDialog.xaml

Open UpwindSpring01 opened this issue 9 years ago • 3 comments

-Hide Minimize, Maximize and Restore(shows up when WindowState is set to Maximized) when ResizeMode is NoResize, same as a normal window does

-Added fix for when WindowState is Maximized and ResizeMode is NoResize, when both were set before you could start dragging the window and it would snap to the size of MinWidth and MinHeight.

UpwindSpring01 avatar Jan 27 '17 21:01 UpwindSpring01

UpwindSpring01 the visual bug:

2017-02-01 17 35 50

Style for window:

<Style x:Key="DialogWindow"
           BasedOn="{StaticResource BlankWindow}"
           TargetType="{x:Type mui:ModernWindow}">
        <Setter Property="ResizeMode" Value="NoResize" />        
</Style>

Conflict with BlankWindow.

Dvornik avatar Feb 01 '17 14:02 Dvornik

Thanks for the report

UpwindSpring01 avatar Feb 01 '17 17:02 UpwindSpring01

Good job!

Dvornik avatar Feb 01 '17 20:02 Dvornik