From e0218bba7f3f1c54f00be663253b3dbdeaaf463d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 15 Jul 2026 06:56:17 +0200 Subject: [PATCH] Keep About webpage inside the details column --- CMakeLists.txt | 2 +- po/prozgui.pot | 2 +- src/we.cxx | 2 +- src/we.fl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a39d9d4..c3fbe2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(prozgui VERSION 2.4.3 LANGUAGES C CXX) +project(prozgui VERSION 2.4.4 LANGUAGES C CXX) include(GNUInstallDirs) find_package(Threads REQUIRED) diff --git a/po/prozgui.pot b/po/prozgui.pot index ab44c0d..909b1a2 100644 --- a/po/prozgui.pot +++ b/po/prozgui.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: prozgui 2.4.3\n" +"Project-Id-Version: prozgui 2.4.4\n" "POT-Creation-Date: 2003-02-18 05:45+0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" diff --git a/src/we.cxx b/src/we.cxx index d10f732..17ed578 100644 --- a/src/we.cxx +++ b/src/we.cxx @@ -4372,7 +4372,7 @@ esources at genesys.ro, testing")); } o->end(); } - { Fl_Box* o = new Fl_Box(15, 255, 300, 20, gettext("Webpage - https://prozilla.disconnected-by-peer.at")); + { Fl_Box* o = new Fl_Box(15, 255, 195, 40, gettext("Webpage - https://prozilla.disconnected-by-peer.at")); o->color(29); o->labelsize(10); o->labelcolor(1); diff --git a/src/we.fl b/src/we.fl index 745a1dc..8d65c4a 100644 --- a/src/we.fl +++ b/src/we.fl @@ -358,7 +358,7 @@ Function {make_about_win()} {} { } Fl_Box {} { label {Webpage - https://prozilla.disconnected-by-peer.at} - xywh {15 255 195 20} color 29 labelsize 10 labelcolor 1 align 128 + xywh {15 255 195 40} color 29 labelsize 10 labelcolor 1 align 128 } } }