mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-22 11:55:45 +08:00
mask entry dialog has a drop-down list of possible extensions.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
WindowStartupLocation="CenterOwner" ResizeMode="NoResize">
|
||||
<StackPanel Orientation="Vertical" Margin="10">
|
||||
<TextBlock Text="{x:Static s:guiStrings.LabelEnterMask}"/>
|
||||
<TextBox Name="Mask"/>
|
||||
<ComboBox Loaded="Mask_Loaded" Name="Mask" IsEditable="True"/>
|
||||
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
||||
<Button Width="75" Height="25" Content="{x:Static s:guiStrings.ButtonOK}" IsDefault="True" Margin="0,0,10,0" Click="Button_Click"/>
|
||||
<Button Width="75" Height="25" Content="{x:Static s:guiStrings.ButtonCancel}" IsCancel="True"/>
|
||||
|
||||
Reference in New Issue
Block a user