mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
0db559c0ac
commit
dfe712c564
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue