Alexandre Julliard : Revert "light.msstyles: Add nonclient metrics.".
Module: wine Branch: master Commit: 4281cb497bf7f7014ddaee304eccb68bb0fd509f URL: https://gitlab.winehq.org/wine/wine/-/commit/4281cb497bf7f7014ddaee304eccb68... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Nov 10 17:16:31 2022 +0100 Revert "light.msstyles: Add nonclient metrics.". This reverts commit 9f3138b0ea41d89db916c713f8652c80d5dd66df. It causes test failures on the Gitlab CI. --- dlls/light.msstyles/light.rc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc index 3a374f5416d..be8b1dfda57 100644 --- a/dlls/light.msstyles/light.rc +++ b/dlls/light.msstyles/light.rc @@ -128,17 +128,6 @@ BLUE_INI TEXTFILE "MenuHilight = 48 150 250\r\n" "MenuBar = 255 255 255\r\n" -"\r\n; Nonclient metrics\r\n" -"CaptionFont = Tahoma, 10, bold\r\n" -"CaptionBarHeight = 25\r\n" -"SmallCaptionFont = Tahoma, 8, bold\r\n" -"SMCaptionBarHeight = 17\r\n" -"SMCaptionBarWidth = 17\r\n" -"MenuFont = Tahoma, 8\r\n" -"StatusFont = Tahoma, 8\r\n" -"MsgBoxFont = Tahoma, 8\r\n" -"IconTitleFont = Tahoma, 8\r\n" - "\r\n; Flat menus\r\n" "FlatMenus = true\r\n"
participants (1)
-
Alexandre Julliard