mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[REGEDIT] Improve arrow button visual (#2133)
Add IDI_ARROW resource icon and use it for the arrow button.
This commit is contained in:
parent
007f32a223
commit
4c5b21f06c
5 changed files with 16 additions and 2 deletions
|
@ -61,6 +61,7 @@ typedef struct
|
|||
HWND hListWnd;
|
||||
HWND hAddressBarWnd;
|
||||
HWND hAddressBtnWnd;
|
||||
HICON hArrowIcon;
|
||||
int nFocusPanel; /* 0: left 1: right */
|
||||
int nSplitPos;
|
||||
WINDOWPLACEMENT pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue