bug fix BB2012-189 – added logic for RNOWithAlt
fixed width calculation For the screen display, force the use of Letter Gothic Tall when Letter Gothic is set. Some of the Letter Gothic characters have a different width whereas Letter Gothic Tall characters have a consistent width.
This commit is contained in:
@@ -71,7 +71,8 @@ namespace Volian.Controls.Library
|
||||
get { return _MyStepRTB.Width; }
|
||||
set
|
||||
{
|
||||
Width = value + lblTab.Left + lblTab.Width;
|
||||
//Width = value + lblTab.Left + lblTab.Width;
|
||||
Width = value + lblTab.Left + lblTab.Width + (this.Right - MyStepRTB.Right);
|
||||
}
|
||||
}
|
||||
public override int BorderWidth { get {return (_MyStepRTB.Width - _MyStepRTB.ClientRectangle.Width);} }
|
||||
|
Reference in New Issue
Block a user