From af7eb5c89c974cdaeadeffa9db2f70b39fb7f373 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 20 Feb 2019 09:33:59 +0100 Subject: [PATCH] Launcher: Let's use CoolBar style buttons in here for now. This will be helpful for testing the hover events. --- Applications/Launcher/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/Launcher/main.cpp b/Applications/Launcher/main.cpp index 2b9f0ab8988..44de2ef3845 100644 --- a/Applications/Launcher/main.cpp +++ b/Applications/Launcher/main.cpp @@ -38,6 +38,7 @@ public: : GButton(parent) , m_executable_path(exec_path) { + set_button_style(GButtonStyle::CoolBar); set_icon(GraphicsBitmap::load_from_file(GraphicsBitmap::Format::RGBA32, icon_path, { 32, 32 })); resize(50, 50); on_click = [this] (GButton&) {