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 728465 - Tabs look bad with GTK 3.12
Tabs look bad with GTK 3.12
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
1.12.x
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 728650 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-04-17 19:32 UTC by Osmo Salomaa
Modified: 2018-04-22 00:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Gnumeric tabs with GTK 3.12 (5.15 KB, image/png)
2014-04-17 19:32 UTC, Osmo Salomaa
Details

Description Osmo Salomaa 2014-04-17 19:32:00 UTC
Created attachment 274629 [details]
Gnumeric tabs with GTK 3.12

Tabs have been restyled in GTK 3.12. They now look very squished in Gnumeric (see attached screenshot).
Comment 1 Morten Welinder 2014-04-17 20:06:42 UTC
It's theme dependent.

Try putting this into your ~/.config/gtk-3.0/gtk.css file.


GnmNotebookButton {
  padding-right : 20px;
}
Comment 2 Osmo Salomaa 2014-04-17 20:41:24 UTC
OK, thanks, that works.

But shouldn't it work out of the box? Should this be fixed in Gnumeric or Adwaita (gnome-themes-standard, perhaps in 'gnome-applications.css')?
Comment 3 Morten Welinder 2014-04-17 22:36:44 UTC
It should work out of the box, but keeping up with gtk+ and theme breakage
is a full time job.

There will be some lag.
Comment 4 adria.arrufat 2014-04-21 12:57:09 UTC
*** Bug 728650 has been marked as a duplicate of this bug. ***
Comment 5 Morten Welinder 2014-04-21 17:08:13 UTC
I have committed a patch that might improve the situation a bit.
Comment 6 Morten Welinder 2014-04-22 01:59:00 UTC
For future reference, what theme are you using when you observe the
squished tabs?
Comment 7 Osmo Salomaa 2014-04-22 15:55:44 UTC
(In reply to comment #6)
> For future reference, what theme are you using when you observe the
> squished tabs?

Adwaita.
Comment 8 Morten Welinder 2018-04-22 00:03:52 UTC
Believed fixed in the meantime.  Feel free to reopen if this still
occurs.