mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[misc] update version to 4.0
* With the removal of Windows 7 support, wrong platform archs in the check for updates (that has now been fixed) and switch to an x86_64 default MinGW binary, we have enough breaking changes to warrant a version bump for the major. So just do that. * Also fix a couple Coverity warnings and update a URL.
This commit is contained in:
parent
41ebb9d9ca
commit
d18260bec3
7 changed files with 45 additions and 40 deletions
2
src/ui.c
2
src/ui.c
|
@ -123,7 +123,7 @@ void GetBasicControlsWidth(HWND hDlg)
|
|||
sz.cy = rc.bottom;
|
||||
|
||||
// TODO: figure out the specifics of each Windows version
|
||||
if (WindowsVersion.Version == WINDOWS_10) {
|
||||
if (WindowsVersion.Version >= WINDOWS_10) {
|
||||
checkbox_internal_spacing = 10;
|
||||
dropdown_internal_spacing = 13;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue