diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-16 18:07:01 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-16 18:07:01 +0100 |
commit | c5162dbb45e66e7fd25430c9417a8e6a6b78080c (patch) | |
tree | aa83462b1b15c2b9930ea7342f7af7d0717d4115 /src/gui/Subsection.cpp | |
parent | e0ddfa82dd585fe33cb5dc397ad418f336c56724 (diff) |
Only show app audio option if using pipewire
Diffstat (limited to 'src/gui/Subsection.cpp')
-rw-r--r-- | src/gui/Subsection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Subsection.cpp b/src/gui/Subsection.cpp index 15eac04..c97460e 100644 --- a/src/gui/Subsection.cpp +++ b/src/gui/Subsection.cpp @@ -9,7 +9,7 @@ namespace gsr { static const float margin_bottom_scale = 0.012f; static const float margin_left_scale = 0.015f; static const float margin_right_scale = 0.015f; - static const float title_spacing_scale = 0.015f; + static const float title_spacing_scale = 0.010f; Subsection::Subsection(const char *title, std::unique_ptr<Widget> inner_widget, mgl::vec2f size) : label(&get_theme().title_font, title, get_color_theme().text_color), |