Commit 5481e4c3 authored by Simon Forrest's avatar Simon Forrest
Browse files

* 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'
parent 72ca8dd8
......@@ -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
/* (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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment