Skip to content

Commit

Permalink
Fix margin on the title bar buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Feb 11, 2020
1 parent adeb7d2 commit ed1c92c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Soloplan.WhatsON.GUI/CustomTitleBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
PlacementMode="BottomAndAlignLeftEdges"
ToolTipService.Placement="Right"
Padding="0,0,0,0"
Margin="10,0,0,0"
Visibility="{Binding CustomButtonVisible, Converter={StaticResource BoolToVis}}">
<materialDesign:PopupBox.ToggleContent>
<materialDesign:PackIcon Width="20"
Expand All @@ -44,7 +45,7 @@
Kind="Add"
Cursor="Hand"
DockPanel.Dock="Left"
Margin="10,0,0,0"

Foreground="White"/>
</materialDesign:PopupBox.ToggleContent>
<StackPanel>
Expand Down

0 comments on commit ed1c92c

Please sign in to comment.