mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
ux: color picker button theme in Statistics
window
This commit is contained in:
parent
6b44fd4416
commit
bc8a2cb162
2 changed files with 3 additions and 3 deletions
|
@ -124,8 +124,8 @@
|
|||
</ListBox>
|
||||
|
||||
<!-- Color Picker -->
|
||||
<Border Grid.Row="1" HorizontalAlignment="Right">
|
||||
<Button Background="Transparent" BorderThickness="0" Width="28" Height="28" Margin="0,0,24,0" VerticalAlignment="Center">
|
||||
<Border Grid.Row="1" HorizontalAlignment="Right" VerticalAlignment="Center">
|
||||
<Button Background="Transparent" BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}" Width="28" Height="28" CornerRadius="14" Margin="0,0,24,0">
|
||||
<Button.Flyout>
|
||||
<Flyout>
|
||||
<Border Padding="8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue