[MWF] Don't truncate text on ToolStripButton
authorEberhard Beilharz <eb1@sil.org>
Tue, 9 Dec 2014 16:22:30 +0000 (17:22 +0100)
committerEberhard Beilharz <eb1@sil.org>
Tue, 9 Dec 2014 16:22:30 +0000 (17:22 +0100)
commitc66e9e63c26fea991936d9ba27979c0850bf7467
tree91262cc0ca926b7b59ac3ff472db4f61870db9b0
parent8a249042e42338499e15814073537a3b99086066
[MWF] Don't truncate text on ToolStripButton

Previous code subtracted 4 pixels of the height of the text of a
toolstrip button, presumably to leave a margin. However, margins
are handled elsewhere, so we ended up with truncated text.
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs