Skip to content

Commit 477ff17

Browse files
author
RandomEngy
committed
Made preset name display a bit nicer for longer names.
1 parent 8243784 commit 477ff17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VidCoder/View/EncodingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<Grid>
115115
<TextBlock
116116
Text="{Binding ProfileName}"
117-
Height="24" HorizontalAlignment="Left" Margin="12,12,0,0" VerticalAlignment="Top" Width="131" FontWeight="Bold" FontSize="16" TextAlignment="Center" />
117+
Height="24" HorizontalAlignment="Left" Margin="5,12,0,0" VerticalAlignment="Top" Width="138" FontWeight="Bold" FontSize="14" TextAlignment="Center" TextTrimming="CharacterEllipsis" />
118118
<!--<TextBlock Height="21" HorizontalAlignment="Left" Margin="12,12,0,0" Text="Preset:" VerticalAlignment="Top" Width="52" FontWeight="Bold" FontSize="14" />-->
119119
<!--<TextBox Height="23" HorizontalAlignment="Left" Margin="70,12,0,0" VerticalAlignment="Top" Width="123" Name="presetBox"
120120
Style="{StaticResource ReadOnlyBox}"

0 commit comments

Comments
 (0)