|
@@ -798,7 +798,7 @@ namespace InABox.WPF
|
|
|
txt.Text = caption;
|
|
|
txt.BorderThickness = new Thickness(0);
|
|
|
txt.TextWrapping = TextWrapping.WrapWithOverflow;
|
|
|
- txt.MaxWidth = 120;
|
|
|
+ txt.MaxWidth = 90;
|
|
|
txt.HorizontalContentAlignment = System.Windows.HorizontalAlignment.Center;
|
|
|
txt.SetValue(Grid.RowProperty, 1);
|
|
|
|