|
@@ -799,6 +799,7 @@ namespace InABox.WPF
|
|
grid.Children.Add(img);
|
|
grid.Children.Add(img);
|
|
|
|
|
|
var txt = new System.Windows.Controls.TextBox();
|
|
var txt = new System.Windows.Controls.TextBox();
|
|
|
|
+ txt.IsEnabled = false;
|
|
txt.Text = caption;
|
|
txt.Text = caption;
|
|
txt.BorderThickness = new Thickness(0);
|
|
txt.BorderThickness = new Thickness(0);
|
|
txt.TextWrapping = TextWrapping.WrapWithOverflow;
|
|
txt.TextWrapping = TextWrapping.WrapWithOverflow;
|