音视频分离页面微调

croire 2 years ago
parent 3092033906
commit 74a0f7b96d

@ -27,10 +27,10 @@
Orientation="Horizontal"> Orientation="Horizontal">
<TextBlock VerticalAlignment="Center" Text="{DynamicResource VideoFilePath}" /> <TextBlock VerticalAlignment="Center" Text="{DynamicResource VideoFilePath}" />
<TextBox <TextBox
Width="300" Width="600"
Height="50" Height="65"
Margin="0,10,10,10" Margin="0,10,10,10"
VerticalContentAlignment="Center" VerticalContentAlignment="Top"
IsReadOnly="True" IsReadOnly="True"
Text="{Binding VideoPathsStr, Mode=TwoWay}" /> Text="{Binding VideoPathsStr, Mode=TwoWay}" />

Loading…
Cancel
Save