From 5481e4c3ad46944bb24cd19550503ce5a94b4fc4 Mon Sep 17 00:00:00 2001 From: Simon Forrest <sforrest@gitlab.riscosopen.org> Date: Wed, 24 Nov 1999 16:41:30 +0000 Subject: [PATCH] * Lazarus UI change. (Fault fix for ID 1140.) Detail: * The top of the toolbar had a single pixel light-grey line along the edge. This caused unpleasant twittering on TV displays. Although the twittering is always going to be a problem, due to the boundary between the toolbar and the browser window, this small change to remove the light-grey line improves the situation. A thick dark-grey line is now used instead which significantly reduces the effect of the twitter. (This change applied to NCFrescoRO also; I doubt whether the WIMP sprite pool version is actually used but I've changed this anyway just in case!) Admin: * Tested as a softload on Lazarus hardware. Version 4.36. Tagged as 'Wimp-4_36' --- VersionASM | 8 ++++---- VersionNum | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VersionASM b/VersionASM index 9d1c26e..af56c2c 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,9 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion -Module_MajorVersion SETS "4.35" -Module_Version SETA 435 +Module_MajorVersion SETS "4.36" +Module_Version SETA 436 Module_MinorVersion SETS "" -Module_Date SETS "22 Nov 1999" -Module_FullVersion SETS "4.35" +Module_Date SETS "24 Nov 1999" +Module_FullVersion SETS "4.36" END diff --git a/VersionNum b/VersionNum index 2deca49..e87a7b4 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (4.35) +/* (4.36) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 4.35 +#define Module_MajorVersion_CMHG 4.36 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 22 Nov 1999 +#define Module_Date_CMHG 24 Nov 1999 -#define Module_MajorVersion "4.35" -#define Module_Version 435 +#define Module_MajorVersion "4.36" +#define Module_Version 436 #define Module_MinorVersion "" -#define Module_Date "22 Nov 1999" +#define Module_Date "24 Nov 1999" -#define Module_FullVersion "4.35" +#define Module_FullVersion "4.36" -- GitLab