kattunga / IWBootstrapFramework

Intraweb Bootstrap 3 Framework for Delphi
http://kattunga.github.io/IWBootstrapFramework
MIT License
98 stars 42 forks source link

visual problems when LeftToRight:=False; #34

Closed EitanArbel closed 7 years ago

EitanArbel commented 7 years ago

hi

when the Form is set to LeftToRight:=False there are alignment problems with some controls. IWBSRadioButton - the start of the text is showing under the circle IWBSCheckBox - the start of the text is showing under the box IWBSDropDown - the part that drops down is showing in the left side of the screen instead of the right side.

Thanks