mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Minor visual adjustments
This commit is contained in:
parent
232cd4f5c0
commit
e3cf2ac3a2
@ -9,8 +9,8 @@ namespace Bloxstrap.Extensions
|
||||
public static IReadOnlyDictionary<string, CursorType> Selections => new Dictionary<string, CursorType>
|
||||
{
|
||||
{ "Default", CursorType.Default },
|
||||
{ "2013 - 2022", CursorType.From2013 },
|
||||
{ "2006 - 2013", CursorType.From2006 },
|
||||
{ "2013 (Angular)", CursorType.From2013 },
|
||||
{ "2006 (Cartoony)", CursorType.From2006 },
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -123,7 +123,7 @@
|
||||
</StackPanel>
|
||||
</ui:CardControl.Header>
|
||||
<StackPanel>
|
||||
<ui:Button Icon="DocumentAdd16" Content="Choose font..." Appearance="Primary" Command="{Binding ManageCustomFontCommand}" Visibility="{Binding ChooseCustomFontVisibility, Mode=OneWay}" />
|
||||
<ui:Button Icon="DocumentAdd16" Content="Choose font..." Command="{Binding ManageCustomFontCommand}" Visibility="{Binding ChooseCustomFontVisibility, Mode=OneWay}" />
|
||||
<ui:Button Icon="Delete16" Content="Remove applied font" Appearance="Danger" Command="{Binding ManageCustomFontCommand}" Visibility="{Binding DeleteCustomFontVisibility, Mode=OneWay}" />
|
||||
</StackPanel>
|
||||
</ui:CardControl>
|
||||
|
Loading…
Reference in New Issue
Block a user