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 709420 - Rulers hardly visible in dark themed page setup tab
Rulers hardly visible in dark themed page setup tab
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
3.10.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-04 11:03 UTC by Felix Riemann
Modified: 2013-10-06 03:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot showing the bug (34.49 KB, image/png)
2013-10-04 11:03 UTC, Felix Riemann
Details

Description Felix Riemann 2013-10-04 11:03:56 UTC
Created attachment 256461 [details]
Screenshot showing the bug

In the standard print dialog's "Page Setup" tab is a schematic display of how the paper is oriented and what it's dimensions are. For the dimensions are two rulers displayed showing the paper size.

If the dialog is using the dark theme variant the color of the rulers is not changed, making it black on a quite dark gray making it not very easy to see.
 (see screenshot)
They should probably be white as is the page outline next to them.
Comment 1 Cosimo Cecchi 2013-10-04 16:50:33 UTC
-> gtk+

This is a bug in GtkPrintUnixDialog, which only sets theme colors for the pages, but not for the rulers. See code at https://git.gnome.org/browse/gtk+/tree/gtk/gtkprintunixdialog.c#n2825