Start Implement AutoSizing into UI7

This commit is contained in:
2024-02-20 20:35:31 +01:00
parent 168614d579
commit 33bb37be06
6 changed files with 24 additions and 4 deletions

View File

@ -28,5 +28,6 @@ class Sample : public RenderD7::Scene {
mutable std::vector<std::string> names;
mutable std::vector<std::string> files;
mutable int sel;
mutable float txt_size = 0.5f;
State state = State_Menu;
};