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 » Draw, Display, Images, Bitmaps, Icons » Layout size
Re: Layout size [message #45073 is a reply to message #45069] Thu, 27 August 2015 20:03 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1075
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello deep,

Just use NoLayoutZoom() method in your class constructor. Example:
class MyLayoutClass : public WithMyLayoutClassLayout<TopWindow> {
public:
    MyLayoutClass() {
        NoLayoutZoom();
    }
};


NoLayoutZoom() is defined in Ctrl class.

Sincerely,
Klugier


U++ - one framework to rule them all.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Help Propblem work buffer
Next Topic: Native DPI
Goto Forum:
  


Current Time: Fri Mar 29 09:20:25 CET 2024

Total time taken to generate the page: 0.01285 seconds