misc: using AvaloniaUseCompiledBindingsByDefault.

This commit is contained in:
Zhang Dian
2025-09-20 18:00:04 +08:00
parent 865b453b65
commit 6f2129639a
63 changed files with 60 additions and 121 deletions

View File

@@ -1,7 +1,6 @@
<ResourceDictionary
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:CompileBindings="True">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ControlTheme x:Key="{x:Type NumericUpDown}" TargetType="NumericUpDown">
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="VerticalContentAlignment" Value="Center" />