Remove black border around Cheat separator button

This commit is contained in:
oddMLan 2019-04-15 20:55:49 -07:00
parent a27b3440e0
commit b42e61f505
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER |
CAPTION "Cheats"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
PUSHBUTTON "Button1",IDC_STATE,195,5,20,20,BS_ICON | BS_FLAT,WS_EX_TRANSPARENT
PUSHBUTTON "Button1",IDC_STATE,195,5,20,20,BS_ICON | WS_EX_TRANSPARENT
END
IDD_Cheats_List DIALOGEX 0, 0, 201, 221