From 20c0b75f8b7a78c114a68812357c5770e3f92d15 Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 14 Oct 2022 13:20:50 -0700 Subject: [PATCH] reduce size of overlay button --- plugins/overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/overlay.cpp b/plugins/overlay.cpp index 1a0cc7c02..dd7563112 100644 --- a/plugins/overlay.cpp +++ b/plugins/overlay.cpp @@ -99,7 +99,7 @@ namespace DFHack { DBG_DECLARE(overlay, log, DebugCategory::LINFO); } -static const std::string button_text = "[ DFHack Launcher ]"; +static const std::string button_text = "[ DFHack ]"; static bool clicked = false; static bool handle_click() {