Index: Core/Common/src/Core.Common.Gui/Forms/MessageWindow/MessageWindow.Designer.cs =================================================================== diff -u -reee6c7815d1e418eac38c1c552fb279c0887ef55 -raba3194d35877b57de78eb0ccd16a79b991b6c46 --- Core/Common/src/Core.Common.Gui/Forms/MessageWindow/MessageWindow.Designer.cs (.../MessageWindow.Designer.cs) (revision eee6c7815d1e418eac38c1c552fb279c0887ef55) +++ Core/Common/src/Core.Common.Gui/Forms/MessageWindow/MessageWindow.Designer.cs (.../MessageWindow.Designer.cs) (revision aba3194d35877b57de78eb0ccd16a79b991b6c46) @@ -174,7 +174,7 @@ dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.messagesDataGridView.DefaultCellStyle = dataGridViewCellStyle2; resources.ApplyResources(this.messagesDataGridView, "messagesDataGridView"); this.messagesDataGridView.Name = "messagesDataGridView";