[ui] fix multiple UI issues

* Disable Windows To Go support for Windows 7 and earlier
* Fix placement of the advanced button on high DPI displays
* Reposition the log window for Windows 10
* Use a slightly larger and better scaling font for the info field,
  and also fix the vertical text alignment
This commit is contained in:
Pete Batard 2015-02-08 00:38:21 +00:00
parent 09d24551b8
commit a13351b656
3 changed files with 69 additions and 40 deletions

View file

@ -325,7 +325,8 @@ enum WindowsVersion {
WINDOWS_7 = 0x61,
WINDOWS_8 = 0x62,
WINDOWS_8_1 = 0x63,
WINDOWS_10 = 0x64,
WINDOWS_10_PREVIEW1 = 0x64,
WINDOWS_10 = 0xA0,
WINDOWS_MAX
};