| Summary: | [Theming][Spinner] Add theme properties background-color and border to spinner buttons | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | enhancement | ||||||
| Priority: | P3 | CC: | ivan | ||||
| Version: | 1.2 | ||||||
| Target Milestone: | 1.3 M1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ralf Sternberg
Created attachment 140585 [details] Proposed patch There is an issue with Spinner buttons. Example use cases: - Using buttons without border (for example flat look) or borders with different width. - Increasing the font size. In both cases the button image could not be aligned in an expected manner (horizontally "center" and vertically "middle"). For example, if you increase the font, the buttons become higher and their images remain in the upper side of the buttons. This issue will be solved, if qx.ui.form.Button is used instead of qx.ui.basic.Image for Spinner buttons. The corresponding bug with proposed patch has been opened in Qooxdoo: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2536 Applied the patch to CVS. Filed bug 282149 for the issue described in comment #1. |