| Summary: | [Theming][Spinner] Changing images occurs strange behaviour | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Holger Staudacher <holger.staudacher> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||||
| Severity: | enhancement | ||||||||
| Priority: | P3 | ||||||||
| Version: | 1.3 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Holger Staudacher
Created attachment 148610 [details]
Screenshot
The screenshot of the overlay. See the right side of the spinner, the images overlay the border.
Created attachment 148611 [details]
SpinnerIcons
The zip file contains an up and down button for the spinner to reproduce the error.
Holger, there is a theming property "width" for these buttons. Can you try to set it like this:
Spinner-DownButton {
width: 18;
}
The default value of this property is 15.
Thank you Ivan, I saw it a minute ago ;) But I think it would be more comfortable if the button width depends on the images. What do you think? Actually the button width is not based on image width. You can provide an button icon 5x5 px, which will be centered in the button, but the button size will be the same and not 5x5 :-). That's why we have added this property. OK, this make sense. So I think there is no need to change this, but a documentation of this would be good ;) |