Skip to content

Commit 61fac94

Browse files
authored
Increase minimum width 50->70 (DynamoDS#12692)
1 parent 76b720f commit 61fac94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamoCoreWpf/Controls/InstalledPackagesControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</TextBlock.ToolTip>
110110
</TextBlock>
111111
<TextBlock Text="{Binding Path=Model.VersionName}"
112-
MinWidth="50"
112+
MinWidth="70"
113113
FontSize="11"
114114
Foreground="{StaticResource PreferencesWindowFontColor}"></TextBlock>
115115
<Grid Height="18"

0 commit comments

Comments
 (0)