Incie / Interwebby

Bookmarking application for windows using wxWidgets and tinyxml2 written in C++
2 stars 0 forks source link

No dynamic sizing of UI elements causes text to be truncated #6

Closed Incie closed 9 years ago

Incie commented 9 years ago

While testing the application on windows 8: Text, inside buttons especially, was truncated on win8

Incie commented 9 years ago

Made initialization and expanding buttons in mainframe dynamic to try fixing the issues with windows 8 Code to test finding string-widths was added to the AddButton method

Incie commented 9 years ago

Tested new code on Win 8.1, and 2 Win 7 themes. The new layout code fixed this issue.