summaryrefslogtreecommitdiff
path: root/Applications
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-20 09:33:59 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-20 09:33:59 +0100
commitaf7eb5c89c974cdaeadeffa9db2f70b39fb7f373 (patch)
treead60d12e52ad30d186360ffe2a4f954e5a8c971e /Applications
parentd353c7c3d6811f5ff2a55bb423a051a0de27297e (diff)
downloadserenity-af7eb5c89c974cdaeadeffa9db2f70b39fb7f373.zip
Launcher: Let's use CoolBar style buttons in here for now.
This will be helpful for testing the hover events.
Diffstat (limited to 'Applications')
-rw-r--r--Applications/Launcher/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/Launcher/main.cpp b/Applications/Launcher/main.cpp
index 2b9f0ab898..44de2ef384 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&) {