TrustedUser
574
edits
(→Dialogs: Add notes on kStateDisabled text contrast issues) |
(→Widgets: Update to Scrollbar Widget bug) |
||
Line 33: | Line 33: | ||
* PopUp widget (aka drop-down list) | * PopUp widget (aka drop-down list) | ||
** get mock-up from Krest | ** get mock-up from Krest | ||
* Scrollbar widget | * Scrollbar widget - The handle leaves trails in 320xY resolution. Possibly, the shadow of the handle is drawn too wide. | ||
** Can't replicate in latest git master. Fixed by 1b2485f4af2010f262bd4f6e149a8c2d96b893cc? | |||
* Add a new "BoxWidget" / "GroupBoxWidget", which can be used to group other widgets | * Add a new "BoxWidget" / "GroupBoxWidget", which can be used to group other widgets | ||
** This widget makes it easy to group widgets and control them together; e.g. disable the box widget, and all children get disabled, too | ** This widget makes it easy to group widgets and control them together; e.g. disable the box widget, and all children get disabled, too |