We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feca10 commit ab087bdCopy full SHA for ab087bd
Flow.Launcher.Core/MessageBoxEx.xaml
@@ -33,14 +33,11 @@
33
<StackPanel>
34
<Grid>
35
<Grid.ColumnDefinitions>
36
- <ColumnDefinition Width="Auto" />
37
<ColumnDefinition Width="*" />
38
<ColumnDefinition Width="Auto" />
39
40
41
</Grid.ColumnDefinitions>
42
<Button
43
- Grid.Column="4"
+ Grid.Column="1"
44
Click="Button_Cancel"
45
Style="{StaticResource TitleBarCloseButtonStyle}">
46
<Path
0 commit comments