mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Move media dump options into tabs.
This commit is contained in:
@@ -53,8 +53,12 @@
|
||||
<Grid Margin="12"
|
||||
RowSpacing="8"
|
||||
RowDefinitions="Auto, *, Auto">
|
||||
<ScrollViewer Grid.Row="0"
|
||||
<TabControl Grid.Row="0"
|
||||
IsVisible="{Binding OptionsVisible, Mode=OneWay}">
|
||||
<TabItem>
|
||||
<TabItem.Header>
|
||||
<controls:SpectreTextBlock Text="{x:Static localization:UI.Title_General}" />
|
||||
</TabItem.Header>
|
||||
<StackPanel Orientation="Vertical"
|
||||
Spacing="8">
|
||||
<Grid ColumnDefinitions="Auto, *"
|
||||
@@ -148,8 +152,14 @@
|
||||
</ComboBox.ItemTemplate>
|
||||
</ComboBox>
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
</TabItem>
|
||||
<TabItem IsVisible="{Binding HasSubchannel, Mode=OneWay}">
|
||||
<TabItem.Header>
|
||||
<controls:SpectreTextBlock Text="{x:Static localization:UI.Subchannels}" />
|
||||
</TabItem.Header>
|
||||
<StackPanel Orientation="Vertical"
|
||||
IsVisible="{Binding HasSubchannel, Mode=OneWay}">
|
||||
Spacing="8">
|
||||
<CheckBox IsChecked="{Binding FixSubchannelPosition, Mode=TwoWay}">
|
||||
<TextBlock Text="{x:Static localization:UI.Fix_subchannel_position_help}"
|
||||
TextWrapping="Wrap" />
|
||||
@@ -171,9 +181,9 @@
|
||||
TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
</TabItem>
|
||||
<!-- TODO: Image options -->
|
||||
</StackPanel>
|
||||
</ScrollViewer>
|
||||
</TabControl>
|
||||
<Grid Grid.Row="1"
|
||||
RowDefinitions="Auto,Auto,*,Auto,Auto"
|
||||
VerticalAlignment="Stretch"
|
||||
|
||||
6
Aaru.Localization/UI.Designer.cs
generated
6
Aaru.Localization/UI.Designer.cs
generated
@@ -6657,5 +6657,11 @@ namespace Aaru.Localization {
|
||||
return ResourceManager.GetString("Fixed_ECC_Q_for_sector_0", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Subchannels {
|
||||
get {
|
||||
return ResourceManager.GetString("Subchannels", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3329,4 +3329,7 @@ Probadores:
|
||||
<data name="Fixed_ECC_Q_for_sector_0" xml:space="preserve">
|
||||
<value>[yellow]Corregido ECC Q para el sector [violet]{0}[/][/]</value>
|
||||
</data>
|
||||
<data name="Subchannels" xml:space="preserve">
|
||||
<value>Subcanales</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -3404,4 +3404,7 @@ Do you want to continue?</value>
|
||||
<data name="Fixed_ECC_Q_for_sector_0" xml:space="preserve">
|
||||
<value>[yellow]Fixed ECC Q for sector [violet]{0}[/][/]</value>
|
||||
</data>
|
||||
<data name="Subchannels" xml:space="preserve">
|
||||
<value>Subchannels</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user