Revert "Merge commit 'f1aae48a2b80f96ae94b59a69addd6cc6e48ee14'"
This reverts commit1f49d0936e, reversing changes made to236eeac038.
This commit is contained in:
@@ -9,12 +9,17 @@
|
||||
Height="130" Width="300" Topmost="True"
|
||||
DataContext="{Binding RelativeSource={RelativeSource Self}}">
|
||||
|
||||
<!--<EgtWPFLib5:EgtCustomWindow.Resources>
|
||||
<EgtWPFLib5:FileNameConverter x:Key="FileNameConverter"/>
|
||||
</EgtWPFLib5:EgtCustomWindow.Resources>-->
|
||||
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="1*"/>
|
||||
<RowDefinition Height="1*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
|
||||
<TextBox Margin="5" Height="24" x:Name="FilePath"
|
||||
Text="{Binding WriteFileName, UpdateSourceTrigger=PropertyChanged}"
|
||||
VerticalAlignment="Center" VerticalContentAlignment="Center"/>
|
||||
|
||||
Reference in New Issue
Block a user