#3656 closed defect (obsolete)
Browse: theme the autosuggestion toolbar correctly
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Browse | Version: | 0.96.x |
Severity: | Major | Keywords: | 12.1.0 |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Regressions:
- there is a gap between the entry and the suggestion window
- the window is white (it was gray before)
Improvements:
- add a border
- separate the items by a line
Change History (3)
comment:1 Changed 11 years ago by erikos
comment:2 Changed 10 years ago by manuq
- Resolution set to obsolete
- Status changed from new to closed
Already fixed in #4049 .
Note: See
TracTickets for help on using
tickets.
This one is tricky. We do have global settings in the theme for the background and the view which do block theming that popup window.
In Browse I added a gtype_name in order to theme the window:
The Window itself get themed by the .background clause in the theme so we can do
to theme that.
The window is actually covered by the TextView which gets themed by the .view clause. Doing the following does should normally handle it.