mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 02:15:11 -04:00
[ui] fix tabbing order for the new UI design
* Accessibility *IS* a thankless job...
This commit is contained in:
parent
40b0d9e0d2
commit
9815a18009
5 changed files with 55 additions and 50 deletions
8
src/ui.h
8
src/ui.h
|
@ -34,6 +34,14 @@
|
|||
// Toolbar icons main color
|
||||
#define TOOLBAR_ICON_COLOR RGB(0x29, 0x80, 0xB9)
|
||||
|
||||
// Toolbar default style
|
||||
#define TOOLBAR_STYLE ( WS_CHILD | WS_TABSTOP | WS_VISIBLE | \
|
||||
WS_CLIPSIBLINGS | WS_CLIPCHILDREN | \
|
||||
CCS_NOPARENTALIGN | CCS_NODIVIDER | \
|
||||
TBSTYLE_FLAT | TBSTYLE_BUTTON | \
|
||||
TBSTYLE_AUTOSIZE | TBSTYLE_LIST | \
|
||||
TBSTYLE_TOOLTIPS )
|
||||
|
||||
static int section_control_ids[] = {
|
||||
IDS_DRIVE_PROPERTIES_TXT,
|
||||
IDS_FORMAT_OPTIONS_TXT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue