From 506bff7b0ea8619d634d16088a4168b088af8359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 21 Apr 2017 22:15:48 +0200 Subject: Remove version number at the bottom and the logo from the about tab. --- plugingui/maintab.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugingui/maintab.h') 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}; -- cgit v1.2.3