mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-01 14:46:35 +08:00
fix: Large label vertical alignment is wrong
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<StaticResource x:Key="LabelTagBorderThickness" ResourceKey="SemiBorderThicknessControl" />
|
||||
<Thickness x:Key="LabelTagSmallPadding">8 0</Thickness>
|
||||
<Thickness x:Key="LabelTagLargePadding">8 0</Thickness>
|
||||
<Thickness x:Key="LabelTagLargePadding">8 4</Thickness>
|
||||
<x:Double x:Key="LabelTagSmallHeight">20</x:Double>
|
||||
<x:Double x:Key="LabelTagLargeHeight">24</x:Double>
|
||||
<StaticResource x:Key="LabelTagFontSize" ResourceKey="SemiFontSizeSmall" />
|
||||
|
||||
Reference in New Issue
Block a user