Skip to content

Commit

Permalink
ui cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Oct 12, 2019
1 parent fdbbd70 commit a05ede8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ BEGIN
EDITTEXT IDC_DATE_TEXT, 8, 130, 132, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP | NOT WS_BORDER | ES_READONLY | ES_MULTILINE | ES_AUTOHSCROLL | ES_RIGHT

PUSHBUTTON "", IDC_RULES_BTN, 8, 155, 82, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON | BS_SPLITBUTTON
PUSHBUTTON "", IDC_ALLOW_BTN, 114, 155, 82, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON | BS_SPLITBUTTON
PUSHBUTTON "", IDC_BLOCK_BTN, 200, 155, 82, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON
PUSHBUTTON "", IDC_LATER_BTN, 286, 155, 26, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON
PUSHBUTTON "", IDC_ALLOW_BTN, 116, 155, 82, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON | BS_SPLITBUTTON
PUSHBUTTON "", IDC_BLOCK_BTN, 202, 155, 82, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON
PUSHBUTTON "", IDC_LATER_BTN, 286, 155, 24, 15, WS_TABSTOP | WS_CHILD | WS_VISIBLE | BS_PUSHBUTTON

END

Expand Down

0 comments on commit a05ede8

Please sign in to comment.