Skip to content

Commit

Permalink
config_tool: fix linter whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Nov 16, 2024
1 parent 1cbded1 commit 396bb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/config/TRX_ConfigToolLib/Controls/TRXConfigWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
Header="{Binding ViewText[command_about]}"/>
</MenuItem>
</Menu>

<Grid
DockPanel.Dock="Right"
Margin="0,7,7,0"
Expand Down Expand Up @@ -151,7 +151,7 @@
</Style>
</TextBox.Style>
</TextBox>

<TextBlock
IsHitTestVisible="False"
Text="{Binding ViewText[label_search]}"
Expand Down

0 comments on commit 396bb5c

Please sign in to comment.