diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-09 10:21:13 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-09 10:21:13 +0200 |
| commit | 7ae452b5edf226e02de077b0181bd50723124fbb (patch) | |
| tree | 5a4b945b945e75a28f9144e2567596a539302d84 /Software/Visual_Studio/FSE/Tango.FSE.Common | |
| parent | 065e754c221e69b7c12b72c92a0d6168623449d4 (diff) | |
| download | Tango-7ae452b5edf226e02de077b0181bd50723124fbb.tar.gz Tango-7ae452b5edf226e02de077b0181bd50723124fbb.zip | |
Minor fixes.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Common/Controls/MachineView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/Controls/MachineView.xaml b/Software/Visual_Studio/FSE/Tango.FSE.Common/Controls/MachineView.xaml index cfdf46701..7edf8dab9 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Common/Controls/MachineView.xaml +++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/Controls/MachineView.xaml @@ -65,7 +65,7 @@ </Grid>--> <Grid x:Name="gridIds" Width="310" Height="195" Canvas.Top="314" Canvas.Left="420"> - <ListBox ItemsSource="{Binding Configuration.IdsPacks}" ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.HorizontalScrollBarVisibility="Disabled"> + <ListBox ItemsSource="{Binding Configuration.IdsPacksOrderedByPackIndex}" ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.HorizontalScrollBarVisibility="Disabled"> <ListBox.ItemContainerStyle> <Style TargetType="ListBoxItem" BasedOn="{StaticResource {x:Type ListBoxItem}}"> <Setter Property="Padding" Value="0"></Setter> |
