feat: more controls.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<x:Double x:Key="IPv4BoxDefaultMinHeight">32</x:Double>
|
||||
<x:Double x:Key="IPv4BoxSmallMinHeight">24</x:Double>
|
||||
<x:Double x:Key="IPv4BoxLargeMinHeight">40</x:Double>
|
||||
<Thickness x:Key="IPv4BoxBorderThickness">1</Thickness>
|
||||
<CornerRadius x:Key="IPv4BoxCornerRadius">3</CornerRadius>
|
||||
</ResourceDictionary>
|
||||
@@ -1,7 +0,0 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<x:Double x:Key="KeyGestureInputWidth">80</x:Double>
|
||||
<x:Double x:Key="KeyGestureInputHeight">32</x:Double>
|
||||
<CornerRadius x:Key="KeyGestureInputCornerRadius">3</CornerRadius>
|
||||
<Thickness x:Key="KeyGestureInputBorderThickness">1</Thickness>
|
||||
</ResourceDictionary>
|
||||
@@ -11,8 +11,6 @@
|
||||
<ResourceInclude Source="Divider.axaml" />
|
||||
<ResourceInclude Source="Drawer.axaml" />
|
||||
<ResourceInclude Source="DualBadge.axaml" />
|
||||
<ResourceInclude Source="IPv4Box.axaml" />
|
||||
<ResourceInclude Source="KeyGestureInput.axaml" />
|
||||
<ResourceInclude Source="MessageBox.axaml" />
|
||||
<ResourceInclude Source="NavigationMenu.axaml" />
|
||||
<ResourceInclude Source="Notification.axaml" />
|
||||
|
||||
Reference in New Issue
Block a user