Skip to content

Commit

Permalink
changed backward for previous in ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Flapper committed Mar 10, 2023
1 parent 66faf49 commit 003c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1XViewer/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<RibbonGroup x:Name="groupNavigation" Header="Navigate dataset">
<RibbonButton x:Name="buttonBackward" LargeImageSource="/images/previous.png" Label="Previous" IsEnabled="False" Click="buttonBackward_Click" />
<RibbonTextBox x:Name="textBoxTimeValue" Margin="0,7,0,0" IsEnabled="False" FontSize="11" />
<RibbonButton x:Name="buttonForward" LargeImageSource="/images/fast-forward.png" Label="Forward" IsEnabled="False" Click="buttonForward_Click" />
<RibbonButton x:Name="buttonForward" LargeImageSource="/images/fast-forward.png" Label="Next" IsEnabled="False" Click="buttonForward_Click" />
</RibbonGroup>
</RibbonTab>
</Ribbon>
Expand Down

0 comments on commit 003c426

Please sign in to comment.