Browse Source

Fixed number input being cut off on macos and bumped avalonia

Krzysztof Krysiński 1 week ago
parent
commit
d53643227f

+ 1 - 1
samples/Directory.Build.props

@@ -1,7 +1,7 @@
 <Project>
     <PropertyGroup>
         <CodeAnalysisRuleSet>../Custom.ruleset</CodeAnalysisRuleSet>
-		    <AvaloniaVersion>11.3.0</AvaloniaVersion>
+		    <AvaloniaVersion>11.3.6</AvaloniaVersion>
     </PropertyGroup>
     <ItemGroup>
         <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />

+ 1 - 1
src/ColorPicker

@@ -1 +1 @@
-Subproject commit f39e02c617d9a4a57b1a911fc4f03bbf7a7fd987
+Subproject commit 61055feed27354e6be969055fc0ee5db3c7d3b94

+ 1 - 1
src/Directory.Build.props

@@ -1,7 +1,7 @@
 <Project>
     <PropertyGroup>
         <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)Custom.ruleset</CodeAnalysisRuleSet>
-		    <AvaloniaVersion>11.3.5</AvaloniaVersion>
+		    <AvaloniaVersion>11.3.6</AvaloniaVersion>
     </PropertyGroup>
   
   <PropertyGroup Condition="$([MSBuild]::IsOsPlatform('Windows')) AND '$(Platform)' == 'x64'">

+ 1 - 1
src/Drawie

@@ -1 +1 @@
-Subproject commit 9e5f6dc3ab03cd67fa157b0952e7bb510c465e8b
+Subproject commit b62a0dca915a92c020e9e9145fb287fa69da4e64

+ 1 - 1
src/PixiDocks

@@ -1 +1 @@
-Subproject commit af479aac479fd1a0494cb61fa49a03a3713c96cf
+Subproject commit 1604a0bb1fdf1d0016bfc82752c85b3266bed2c2

+ 1 - 0
src/PixiEditor.UI.Common/Controls/TextBox.axaml

@@ -148,6 +148,7 @@
                                    CaretIndex="{TemplateBinding CaretIndex}"
                                    LineHeight="{TemplateBinding LineHeight}"
                                    LetterSpacing="{TemplateBinding LetterSpacing}"
+                                   Margin="2, 0"
                                    PasswordChar="{TemplateBinding PasswordChar}"
                                    RevealPassword="{TemplateBinding RevealPassword}"
                                    SelectionBrush="{TemplateBinding SelectionBrush}"

+ 1 - 1
tests/Directory.Build.props

@@ -1,7 +1,7 @@
 <Project>
     <PropertyGroup>
         <CodeAnalysisRuleSet>../Custom.ruleset</CodeAnalysisRuleSet>
-		<AvaloniaVersion>11.3.5</AvaloniaVersion>
+		<AvaloniaVersion>11.3.6</AvaloniaVersion>
     </PropertyGroup>
     <ItemGroup>
         <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />