|
305 | 305 | </Grid.ColumnDefinitions> |
306 | 306 | <StackPanel Grid.Column="1" Orientation="Horizontal"> |
307 | 307 | <Button x:Name="resolveMainButton" FontWeight="Bold" Padding="14,6" |
308 | | - Click="ResolveMain_Click"> |
| 308 | + Width="230" Click="ResolveMain_Click"> |
309 | 309 | <Button.Style> |
310 | 310 | <Style TargetType="Button" BasedOn="{StaticResource {x:Type Button}}"> |
311 | 311 | <Style.Triggers> |
|
330 | 330 | <Button.Effect> |
331 | 331 | <DropShadowEffect Color="Transparent" ShadowDepth="0" BlurRadius="15" Opacity="0"/> |
332 | 332 | </Button.Effect> |
333 | | - <StackPanel Orientation="Horizontal"> |
| 333 | + <StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> |
334 | 334 | <TextBlock x:Name="resolveMainIcon" Text="" FontFamily="Segoe MDL2 Assets" FontSize="13" VerticalAlignment="Center" Margin="0,0,6,0"/> |
335 | 335 | <TextBlock x:Name="resolveMainText" Text="Resolve Callstacks!" FontWeight="Bold"/> |
336 | 336 | </StackPanel> |
337 | 337 | </Button> |
338 | | - <Button Padding="4,6" Margin="1,0,0,0" Click="ResolveDropdown_Click" |
| 338 | + <Button Padding="6,6" Margin="1,0,0,0" Click="ResolveDropdown_Click" |
339 | 339 | VerticalAlignment="Stretch" |
340 | 340 | ToolTip="Choose resolve action"> |
341 | 341 | <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="10" VerticalAlignment="Center"/> |
342 | 342 | <Button.ContextMenu> |
343 | | - <ContextMenu x:Name="resolveMenu"> |
| 343 | + <ContextMenu x:Name="resolveMenu" Placement="Left"> |
344 | 344 | <MenuItem Header="Resolve Callstacks" Click="ResolveMenuItem_Click" Tag="resolve"> |
345 | 345 | <MenuItem.Icon> |
346 | 346 | <TextBlock Text="" FontFamily="Segoe MDL2 Assets" FontSize="13"/> |
|
0 commit comments