aboutsummaryrefslogtreecommitdiff
path: root/include/gui/Subsection.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-13 22:18:30 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-13 22:36:55 +0100
commit4ba1e814b748d57631f6b7afb7eaa63e8435c24e (patch)
treeaa49caab6f299fb42f404ace5907025616aad553 /include/gui/Subsection.hpp
parent590428425e8d35c96fffca666a50755a65c1cdba (diff)
Add application audio option
Diffstat (limited to 'include/gui/Subsection.hpp')
-rw-r--r--include/gui/Subsection.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Subsection.hpp b/include/gui/Subsection.hpp
index 90cb798..4da6baf 100644
--- a/include/gui/Subsection.hpp
+++ b/include/gui/Subsection.hpp
@@ -16,6 +16,7 @@ namespace gsr {
void draw(mgl::Window &window, mgl::vec2f offset) override;
mgl::vec2f get_size() override;
+ mgl::vec2f get_inner_size() override;
private:
Label label;
std::unique_ptr<Widget> inner_widget;