diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 0b04eb42..f49137ba 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -1462,7 +1462,6 @@ Var MUI_TEMP2 !insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 2" "Text" "$(MUI_TEXT_FINISH_INFO_TITLE)" !endif - !insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Top" "45" !insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 3" "Bottom" "85" !ifndef MUI_FINISHPAGE_NOREBOOTSUPPORT @@ -2178,7 +2177,7 @@ Var MUI_TEMP2 !insertmacro MUI_LANGUAGEFILE_LANGSTRING_FONT "MUI_FONTSIZE_HEADER" "8" !insertmacro MUI_LANGUAGEFILE_LANGSTRING_FONT "MUI_FONTSTYLE_HEADER" "700" - !insertmacro MUI_LANGUAGEFILE_LANGSTRING_INSTFONT "MUI_FONT_TITLE" "Verdana" + !insertmacro MUI_LANGUAGEFILE_LANGSTRING_INSTFONT "MUI_FONT_TITLE" "MS Shell Dlg" !insertmacro MUI_LANGUAGEFILE_LANGSTRING_INSTFONT "MUI_FONTSIZE_TITLE" "12" !insertmacro MUI_LANGUAGEFILE_LANGSTRING_INSTFONT "MUI_FONTSTYLE_TITLE" "700" diff --git a/Contrib/Modern UI/ioSpecial.ini b/Contrib/Modern UI/ioSpecial.ini index 23103d75..fd601a22 100644 --- a/Contrib/Modern UI/ioSpecial.ini +++ b/Contrib/Modern UI/ioSpecial.ini @@ -13,10 +13,10 @@ Type=label Left=120 Right=315 Top=10 -Bottom=45 +Bottom=37 [Field 3] Type=label Left=120 Right=315 -Top=50 +Top=45 Bottom=185 \ No newline at end of file diff --git a/Contrib/UIs/modern.exe b/Contrib/UIs/modern.exe index 0d85d5df..c64adc16 100644 Binary files a/Contrib/UIs/modern.exe and b/Contrib/UIs/modern.exe differ diff --git a/Contrib/UIs/modern_headerbmp.exe b/Contrib/UIs/modern_headerbmp.exe index 19a77e52..edf2d75d 100644 Binary files a/Contrib/UIs/modern_headerbmp.exe and b/Contrib/UIs/modern_headerbmp.exe differ diff --git a/Contrib/UIs/modern_headerbmpr.exe b/Contrib/UIs/modern_headerbmpr.exe index 4a8570e7..7c60ebaf 100644 Binary files a/Contrib/UIs/modern_headerbmpr.exe and b/Contrib/UIs/modern_headerbmpr.exe differ