revert: minimum width changed back to 600

3986eee631
This commit is contained in:
Vulpine05 2023-07-21 21:12:24 -05:00
parent b9de9d1065
commit fb9bd51b92
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
const int dlgEventlogInitialWidth = 640;
const int dlgEventLogInitialHeight = 480;
const int dlgEventlogMinWidth = 620;
const int dlgEventlogMinWidth = 600;
const int dlgEventlogMinHeight = 250;
#define COLUMN_PROJECT 0