Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » LabelBase vertical alignment
LabelBase vertical alignment [message #54883] Thu, 24 September 2020 10:36 Go to previous message
Pradip is currently offline  Pradip
Messages: 109
Registered: February 2019
Location: India
Experienced Member
Version: 14685

Found these lines in LabelBase.h
	LabelBase&  AlignTop()                                   { return SetAlign(ALIGN_TOP); }
	LabelBase&  AlignVCenter()                               { return SetAlign(ALIGN_CENTER); }
	LabelBase&  AlignBottom()                                { return SetAlign(ALIGN_BOTTOM); }

It doesn't work as intended. 'SetAlign' should be replaced by 'SetVAlign'.


Regards,
Pradip
 
Read Message
Read Message
Previous Topic: Add Button crashes program on start
Next Topic: How to use multi-tab control?
Goto Forum:
  


Current Time: Tue Apr 23 17:27:14 CEST 2024

Total time taken to generate the page: 0.00955 seconds