After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 737300 - Make message list header smaller
Make message list header smaller
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
3.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2014-09-24 22:45 UTC by Jean-François Fortin Tam
Modified: 2015-02-27 08:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (313.73 KB, image/png)
2014-09-24 22:45 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2014-09-24 22:45:30 UTC
Created attachment 287021 [details]
screenshot

As you can see in the attached screenshot, Evolution's column headers look like an odd série of buttons with GTK 3.14. Evolution is the only affected application. I was under the impression that these widgets were converted to a standard treeview header widget at some point in time?
Comment 1 Pacho Ramos 2015-01-18 12:23:17 UTC
I confirm, I get exactly this same problem with gnome 3.14 on Gentoo
Comment 2 Pacho Ramos 2015-01-18 12:23:34 UTC
(evolution-3.12.10)
Comment 3 Milan Crha 2015-02-26 16:12:25 UTC
I guess you mean it's too high, right? There is like 6 pixels padding currently, which looks like too much to me too, thus I'll make it only 2 pixel (plus the padding derived from regular buttons), one on each side. The header doesn't look that giant with this change. Gtk 3.15.9 also centers the text vertically (3.14.6 does not here), thus the header looks more natural there.

Created commit d0cc1a9 in evo master (3.15.91+)
Comment 4 Jean-François Fortin Tam 2015-02-26 16:23:22 UTC
No, what I mean is that the styling is completely different... compare with the two windows in the background in that screenshot, for which the headers are more like:


 _________________________
   Foo   | Bar    | Baz

And Evolution's are like:


 ______  _______  ________
( Foo  )( Bar   )( Baz    )
 ------  -------  --------
Comment 5 Milan Crha 2015-02-27 08:33:24 UTC
Hmm, I see. There is a GTK_STYLE_CLASS_HEADER, but that is not used in the GtkTreeView header, and it looks quite differently too, thus let's mimic what the GtkButton does.

Created commit e475982 in evo master (3.15.91+)