Explorar o código

Removed beta and outline for pixi-icons

Krzysztof Krysiński hai 3 meses
pai
achega
34370c87b0

+ 2 - 0
src/PixiEditor.UI.Common/Fonts/PixiPerfectStyles.axaml

@@ -13,6 +13,7 @@
 
     <Style Selector="Label.pixi-icon">
         <Setter Property="FontFamily" Value="{DynamicResource PixiPerfectIcons}" />
+        <Setter Property="BorderThickness" Value="0" />
     </Style>
 
     <Style Selector="Run.pixi-icon">
@@ -26,6 +27,7 @@
         <Setter Property="Padding" Value="0" />
         <Setter Property="HorizontalContentAlignment" Value="Center" />
         <Setter Property="VerticalContentAlignment" Value="Center" />
+        <Setter Property="BorderThickness" Value="0" />
     </Style>
 
     <Style Selector="Button.pixi-icon:pointerover">

+ 1 - 1
src/PixiEditor/Helpers/VersionHelpers.cs

@@ -11,7 +11,7 @@ internal static class VersionHelpers
 
     public static string GetCurrentAssemblyVersionString(bool moreSpecific = false)
     {
-        StringBuilder builder = new($"{GetCurrentAssemblyVersion().ToString()} Beta");
+        StringBuilder builder = new($"{GetCurrentAssemblyVersion().ToString()}");
 
         // TODO: Dev Build removed for closed beta
 #if MSIX_DEBUG