X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FPanel.hpp;h=cf72e72a9c8668309f5ca9abd0ef8e9a110320de;hb=refs%2Fheads%2Fmaster;hp=926766191e9b709a72bda65e9456a741472b91e8;hpb=4ec93ba5186dca958be6e2a4dc2aaf3572a524cb;p=blobs.git diff --git a/src/ui/Panel.hpp b/src/ui/Panel.hpp index 9267661..cf72e72 100644 --- a/src/ui/Panel.hpp +++ b/src/ui/Panel.hpp @@ -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: