Skip to content

Commit

Permalink
Merge branch 'master' into dev/doti/missing-svg-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morning4coffe-dev authored Nov 1, 2023
2 parents ac5749d + fb68cdb commit 1dcb511
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@

<smtx:XamlDisplay UniqueKey="NumberBoxSamplePage_Fluent_Default"
smtx:XamlDisplayExtensions.Header="A simple NumberBox">
<muxc:NumberBox Header="Enter a number:"
Minimum="10"
Maximum="100"
PlaceholderText="10"
Description="This is a description which is shown below the NumberBox"/>
<StackPanel>
<muxc:NumberBox Header="Enter a number:"
Minimum="10"
Maximum="100"
PlaceholderText="10" />
<TextBlock Text="This is a description which is shown below the NumberBox"
TextWrapping="WrapWholeWords"
Foreground="{ThemeResource SystemControlDescriptionTextForegroundBrush}" />
</StackPanel>
</smtx:XamlDisplay>

<smtx:XamlDisplay UniqueKey="NumberBoxSamplePage_Fluent_Expressions"
Expand Down
4 changes: 2 additions & 2 deletions Uno.Gallery/Uno.Gallery.Skia.Gtk/Uno.Gallery.Skia.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.0-dev.2366" />
<PackageReference Include="Uno.Core.Extensions.Disposables" Version="4.0.1" />
<PackageReference Include="Uno.Core.Extensions.Compatibility" Version="4.0.1" />
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.5" />
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.6" />
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" />
<PackageReference Include="Uno.WinUI.Svg" Version="5.0.0-dev.2366" />
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.18" />
<PackageReference Include="Uno.WinUI.MediaPlayer.Skia.Gtk" Version="5.0.0-dev.2366" />
Expand Down

0 comments on commit 1dcb511

Please sign in to comment.