OSDN Git Service

RAD-360: Don't display scrollbar if the message is small
authorLatif Khalifa <latifer@streamgrid.net>
Mon, 4 Mar 2013 21:17:07 +0000 (22:17 +0100)
committerLatif Khalifa <latifer@streamgrid.net>
Mon, 4 Mar 2013 21:17:07 +0000 (22:17 +0100)
Radegast/GUI/Notifications/GenericNotification.cs

index b062ff8..142a976 100644 (file)
@@ -45,6 +45,10 @@ namespace Radegast
             this.instance = instance;
             txtMessage.BackColor = instance.MainForm.NotificationBackground;
             txtMessage.Text = msg.Replace("\n", "\r\n");
+            if (msg.Length < 100)
+            {
+                txtMessage.ScrollBars = ScrollBars.None;
+            }
             btnOk.Focus();
 
             // Fire off event