reduce size of overlay button

develop
myk002 2022-10-14 13:20:50 -07:00
parent 5f5b4691a6
commit 20c0b75f8b
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -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() {