widen cancel button so ‘l’ not cut-off in small DPI mode
added BtwnTextAndBottom2 for y-location of continue message Implement BtwnTextAndBottom2
This commit is contained in:
@@ -117,7 +117,8 @@ namespace VEPROMS.CSLA.Library
|
||||
BtwnTextAndBottom = 1,
|
||||
BottomOfPage = 2,
|
||||
BelowBottom1 = 3,
|
||||
EndOfText2 = 5
|
||||
EndOfText2 = 5,
|
||||
BtwnTextAndBottom2 = 6 // Added for BGE, their continue message was a line or so too far down page.1
|
||||
};
|
||||
[Flags]
|
||||
public enum E_DocStructStyle : ulong
|
||||
|
Reference in New Issue
Block a user