Browse Source

IMAGEUTILS - changed maxwidth for PreviewWindow buttons text

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
62d52fc920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inabox.wpf/ImageUtils.cs

+ 1 - 1
inabox.wpf/ImageUtils.cs

@@ -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);