From 49f3323fa84a122612ad7ce5a8189b6131023fd0 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 28 May 2020 11:45:01 +0200 Subject: [PATCH] LibGUI: Don't show big Buggie in app about dialogs It was getting to crowded between two Buggies and the app icon. --- Libraries/LibGUI/AboutDialog.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Libraries/LibGUI/AboutDialog.cpp b/Libraries/LibGUI/AboutDialog.cpp index aad6b05cc0..c9897cf1cf 100644 --- a/Libraries/LibGUI/AboutDialog.cpp +++ b/Libraries/LibGUI/AboutDialog.cpp @@ -79,11 +79,13 @@ AboutDialog::AboutDialog(const StringView& name, const Gfx::Bitmap* icon, Window icon_label.set_preferred_size(32, 32); } - auto& buggie_label = left_container.add