浏览代码

Slider width fix

Veloe 4 月之前
父节点
当前提交
32c4ff82e3

+ 2 - 2
VeloeMinecraftLauncher/VeloeMinecraftLauncher.csproj

@@ -10,8 +10,8 @@
 		<DebugType>embedded</DebugType>
 		<StartupObject>VeloeMinecraftLauncher.Program</StartupObject>
 		<PlatformTarget>x64</PlatformTarget>
-		<AssemblyVersion>1.6.0.200</AssemblyVersion>
-		<FileVersion>1.6.0.200</FileVersion>
+		<AssemblyVersion>1.6.0.202</AssemblyVersion>
+		<FileVersion>1.6.0.202</FileVersion>
 		<Configurations>Debug;Release</Configurations>
 		<Copyright>MIT</Copyright>
 		<RepositoryType>git</RepositoryType>

+ 1 - 1
VeloeMinecraftLauncher/Views/SettingsView.axaml

@@ -148,7 +148,7 @@
 							<TextBlock VerticalAlignment="Center">MB</TextBlock>
 							<Slider
 								Margin="10 0 30 0"
-								Width="400"
+								Width="370"
 								IsEnabled="{Binding SetMaxRam}"
 								Value="{Binding MaxRamPercent}"
 								Ticks="1"