We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcb6f7 commit aaf8a8dCopy full SHA for aaf8a8d
1 file changed
OwlCore.Wpf/AbstractUI/Themes/AbstractBooleanStyle.xaml
@@ -12,7 +12,7 @@
12
</ResourceDictionary.MergedDictionaries>
13
14
<DataTemplate x:Key="DefaultAbstractBooleanTemplate" DataType="abstractUI:AbstractBooleanViewModel">
15
- <StackPanel Margin="0,0,0,4">
+ <StackPanel Margin="0,4,0,0">
16
<TextBlock Text="{Binding Title, Mode=OneWay}"
17
FontSize="{StaticResource DefaultAbstractUITitleFontSize}"
18
ToolTipService.ToolTip="{Binding TooltipText, Mode=OneWay}"
0 commit comments