Consistent GTK Look/Feel

gtk/gtksettings.c uses different default themes for
Window and Linux/Mac which results in subtle layout differences,
In particular TreeView headers and Tabs.

"MS-Windows" style is hardcoded in gtk msw_rc_style.c
and ardour's clearlooks.rc starts with different defaults.

This forces the default style to a non-existent one.
(might also help with https://tracker.ardour.org/view.php?id=5605)
This commit is contained in:
Robin Gareus
2020-01-25 03:55:34 +01:00
parent 0db559c0ac
commit dfe712c564

View File

@@ -1,4 +1,5 @@
gtk-button-images = 0 # [ Default value: 1 ] Show stock icons on buttons.
gtk-theme-name = Ardour # override default gtk-default theme, "MS-Windows" vs "Raleigh" (Linux, Mac)
style "default" = "medium_text"
{