#3942 closed defect (fixed)
Journal combo widget theme corrections
Reported by: | garycmartin | Owned by: | manuq |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Sugar | Version: | 0.97.x |
Severity: | Minor | Keywords: | 13.1.0, regression |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
The Journal "Anything" combo title content should be left aligned to match the "Anytime" combo (and previous releases). The down arrow icon is also needing to use the 'v' like Sugar version of this icon as used in other parts of the Sugar UI (Activity Toolbar icons with secondary toolbars). See attached image.
Combos also appear to be missing any visual feedback as to them not showing all the scrollable content. In gtk2 the is a 'v' and a '' at the top and bottom of the combo palette to indicate there is content off screen to scroll to.
Attachments (4)
Change History (14)
Changed 11 years ago by garycmartin
Changed 11 years ago by garycmartin
Changed 11 years ago by garycmartin
comment:1 Changed 11 years ago by garycmartin
comment:2 Changed 11 years ago by manuq
"Anytime" combo alignment: looks left aligned, but is saving space for the icons, so when the combo is unwound the labels are well aligned (see attachment combo_alignment.png). This seems new behaviour in GTK3.
Changed 11 years ago by manuq
Shows combo labels aligned in GTK3. Rows without icon save the space to make them well aligned.
comment:3 Changed 11 years ago by manuq
To get back the Sugar 'v' like arrows we need to implement a custom theme engine, so maybe not for this cycle. I have added ticket #4090 with detailed information.
comment:4 Changed 11 years ago by godiard
- Priority changed from Unspecified by Maintainer to Normal
comment:5 Changed 11 years ago by erikos
- Cc manuq removed
- Component changed from untriaged to sugar-artwork
- Owner set to manuq
- Severity changed from Unspecified to Minor
- Status changed from new to assigned
comment:6 Changed 11 years ago by manuq
- Keywords regression added
comment:7 Changed 11 years ago by manuq
Finally, scroll indicators for the combo boxes were added in commit 0a089420 of sugar-artwork. Not the Sugar arrows yet, see #4090 .
comment:8 Changed 10 years ago by suraj.gillespie
- Resolution set to fixed
- Status changed from assigned to closed
comment:9 Changed 10 years ago by dnarvaez
- Component changed from sugar-artwork to Sugar
Added two extra screenshots showing missing visual scroll feedback for gtk3 vs. gtk2 combo palettes.