mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
fix #948
This commit is contained in:
@@ -186,11 +186,18 @@
|
|||||||
|
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<shcp:PanelSelector x:Name="ItemsPanelSelector" Margin="8,0,0,0"/>
|
<shcp:PanelSelector x:Name="ItemsPanelSelector" Margin="8,0,0,0"/>
|
||||||
<TextBlock
|
<Viewbox
|
||||||
Margin="16,0,0,2"
|
Height="32"
|
||||||
VerticalAlignment="Center"
|
MaxWidth="192"
|
||||||
Style="{StaticResource SubtitleTextBlockStyle}"
|
Margin="8,0,0,0"
|
||||||
Text="{Binding FinishDescription}"/>
|
HorizontalAlignment="Left"
|
||||||
|
Stretch="Uniform"
|
||||||
|
StretchDirection="Both">
|
||||||
|
<TextBlock
|
||||||
|
HorizontalAlignment="Left"
|
||||||
|
VerticalAlignment="Center"
|
||||||
|
Text="{Binding FinishDescription}"/>
|
||||||
|
</Viewbox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<CommandBar
|
<CommandBar
|
||||||
|
|||||||
Reference in New Issue
Block a user