Made the connection node name column take up all available space (similar to previous implementation)

This commit is contained in:
David Sparer
2016-09-06 12:32:34 -06:00
parent 1afe93be66
commit a6dbc59ad1

View File

@@ -127,6 +127,7 @@ namespace mRemoteNG.UI.Window
// olvColumn1
//
this.olvColumn1.AspectName = "Name";
this.olvColumn1.FillsFreeSpace = true;
this.olvColumn1.IsButton = true;
this.olvColumn1.Width = 200;
//