summaryrefslogtreecommitdiff
path: root/plugingui/maintab.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-21 22:15:48 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-21 22:15:48 +0200
commit506bff7b0ea8619d634d16088a4168b088af8359 (patch)
treeb03e468882b0a5d0688f2a76fb5ed37547c7cc7c /plugingui/maintab.h
parent05bb6ad8f1ad6d3abf835a9ad91a5b42f90db920 (diff)
Remove version number at the bottom and the logo from the about tab.
Diffstat (limited to 'plugingui/maintab.h')
-rw-r--r--plugingui/maintab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugingui/maintab.h b/plugingui/maintab.h
index abb7e8d..358871d 100644
--- a/plugingui/maintab.h
+++ b/plugingui/maintab.h
@@ -50,10 +50,15 @@ public:
SettingsNotifier& settings_notifier,
Config& config);
+ // From Widget:
+ void resize(std::size_t width, std::size_t height) override;
+
private:
void humanizerOnChange(bool on);
void diskStreamingOnChange(bool on);
+ Image logo{":resources/logo.png"};
+
GridLayout layout{this, 2, 40};
FrameWidget drumkit_frame{this, false};