Skip to content

Commit

Permalink
Resize combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvans committed Jan 30, 2019
1 parent f1f6b44 commit 98cca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mamesaver/Config/GeneralTab.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!-- Cloning -->
<StackPanel Grid.Row="3" Orientation="Horizontal">
<Label VerticalAlignment="Center">Start MAME on:</Label>
<ComboBox Width="150" ItemsSource="{Binding Source={extensions:Enumeration {x:Type models:MamePrimaryScreen}}}"
<ComboBox Width="200" ItemsSource="{Binding Source={extensions:Enumeration {x:Type models:MamePrimaryScreen}}}"
DisplayMemberPath="Description"
SelectedValue="{Binding PrimaryScreen}"
SelectedValuePath="Value"/>
Expand Down

0 comments on commit 98cca6a

Please sign in to comment.