Scroll panels for certain areas of the UI

0.4.0.6 Beta 07/22/2014
--User Changes
Place certain areas of the UI on scroll panels so they are not obscured
on low resolution monitors.
This commit is contained in:
mfeemster
2014-07-22 07:53:36 -07:00
parent 280473c8a0
commit ed8850e3db
12 changed files with 1631 additions and 1443 deletions

View File

@ -49,8 +49,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,5
PRODUCTVERSION 0,4,0,5
FILEVERSION 0,4,0,6
PRODUCTVERSION 0,4,0,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -67,12 +67,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Open Source"
VALUE "FileDescription", "Renders fractal flames as single images"
VALUE "FileVersion", "0.4.0.5"
VALUE "FileVersion", "0.4.0.6"
VALUE "InternalName", "EmberRender.rc"
VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2013, GPL v3"
VALUE "OriginalFilename", "EmberRender.rc"
VALUE "ProductName", "Ember Render"
VALUE "ProductVersion", "0.4.0.5"
VALUE "ProductVersion", "0.4.0.6"
END
END
BLOCK "VarFileInfo"