Skip to content

Commit

Permalink
Remove width setting for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gaviny82 committed Feb 19, 2023
1 parent 405d8c5 commit 676e250
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Natsurainko.FluentLauncher/Views/Pages/Settings/Launch.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<ComboBox
Grid.Column="2"
HorizontalAlignment="Right"
Width="300"
VerticalAlignment="Center"
ItemsSource="{Binding GameFolders}"
MaxWidth="{Binding ElementName=container1, Path=ActualWidth, Mode=OneTime}"
Expand Down Expand Up @@ -158,7 +157,6 @@
Grid.Column="2"
HorizontalAlignment="Right"
VerticalAlignment="Center"
Width="500"
ItemsSource="{Binding JavaRuntimes}"
SelectedItem="{Binding CurrentJavaRuntime, Mode=TwoWay}">
<ComboBox.ItemTemplate>
Expand Down

0 comments on commit 676e250

Please sign in to comment.