mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all strings to properties in Aaru.Gui.
This commit is contained in:
@@ -42,11 +42,11 @@
|
||||
</Design.DataContext>
|
||||
<StackPanel Orientation="Vertical">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text="Sector" /> <NumericUpDown Value="{Binding SectorNumber}" />
|
||||
<TextBlock Text="{Binding SectorLabel}" /> <NumericUpDown Value="{Binding SectorNumber}" />
|
||||
<TextBlock Text="{Binding TotalSectorsText}" />
|
||||
</StackPanel>
|
||||
<CheckBox IsChecked="{Binding LongSectorChecked}" IsVisible="{Binding LongSectorVisible}">
|
||||
<TextBlock Text="Show long sector" />
|
||||
<TextBlock Text="{Binding LongSectorLabel}" />
|
||||
</CheckBox>
|
||||
<TextBox IsReadOnly="True" Text="{Binding PrintHexText}" />
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user