Browse Source

Renamed editor data back from beta

Krzysztof Krysiński 2 weeks ago
parent
commit
c6c356530a

+ 1 - 1
src/PixiEditor/Models/Preferences/PreferencesSettings.cs

@@ -12,7 +12,7 @@ internal class PreferencesSettings : IPreferences
 
     public string PathToRoamingUserPreferences { get; private set; } = GetPathToSettings(Environment.SpecialFolder.ApplicationData, "user_preferences.json");
 
-    public string PathToLocalPreferences { get; private set; } = GetPathToSettings(Environment.SpecialFolder.LocalApplicationData, "2_0_beta_editor_data.json");
+    public string PathToLocalPreferences { get; private set; } = GetPathToSettings(Environment.SpecialFolder.LocalApplicationData, "editor_data.json");
 
     public Dictionary<string, object> Preferences { get; set; } = new Dictionary<string, object>();
 

+ 1 - 1
src/PixiEditor/Views/Windows/Settings/SettingsWindow.axaml

@@ -260,7 +260,7 @@
                             <RowDefinition Height="Auto" />
                             <RowDefinition />
                         </Grid.RowDefinitions>
-                        <StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
+                        <StackPanel Spacing="5" Margin="0, 5" HorizontalAlignment="Center" Orientation="Horizontal">
                             <!--<StackPanel.Resources>
                                 <Style TargetType="Button" BasedOn="{StaticResource DarkRoundButton}">
                                     <Setter Property="HorizontalAlignment" Value="Stretch"/>