Keep About webpage inside the details column

This commit is contained in:
Mario Fetka
2026-07-15 06:56:17 +02:00
parent 7aa1dfc7ab
commit e0218bba7f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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 <EMAIL@ADDRESS>\n"
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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
}
}
}