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