Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
provide controller action map image
Browse files Browse the repository at this point in the history
  • Loading branch information
cbries committed Sep 17, 2017
1 parent 29ab4d6 commit 75f0d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified RailwayEssentialMdi/Resources/gamepad.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion RailwayEssentialMdi/Views/PropertiesView.xaml
Expand Up @@ -50,7 +50,7 @@
<ComboBox Margin="4" SelectedItem="{Binding Entity.ControllerGuid, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" ItemsSource="{Binding Entity.ControllerGuids, Mode=OneWay}"/>
</DockPanel>

<Grid Grid.Row="1" VerticalAlignment="Top" Visibility="Collapsed">
<Grid Grid.Row="1" VerticalAlignment="Top">
<Image Source="pack://application:,,,/RailwayEssential;component/Resources/gamepad.jpg"/>
</Grid>
</Grid>
Expand Down

0 comments on commit 75f0d9f

Please sign in to comment.