]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/Panel.hpp
fix layout
[blobs.git] / src / ui / Panel.hpp
index d49dbf411a94534f513cce6a54f9320cf9d7a42c..cf72e72a9c8668309f5ca9abd0ef8e9a110320de 100644 (file)
@@ -37,7 +37,7 @@ public:
        Panel *Direction(Dir);
 
        glm::vec2 Size() override;
-       void Layout();
+       void FixLayout();
        void Draw(app::Assets &, graphics::Viewport &) noexcept override;
 
 private: