Add a setting for dialog headers
This setting will let us keep traditional appearance of dialogs on platforms where this is expected. The new setting is called gtk-dialogs-use-header, backed by the Gtk/DialogsUseHeader xsetting.
This commit is contained in:
@ -59,6 +59,7 @@ static const struct {
|
||||
{"Gtk/ShellShowsMenubar", "gtk-shell-shows-menubar"},
|
||||
{"Gtk/ShellShowsDesktop", "gtk-shell-shows-desktop"},
|
||||
{"Gtk/DecorationLayout", "gtk-decoration-layout"},
|
||||
{"Gtk/DialogsUseHeader", "gtk-dialogs-use-header"},
|
||||
{"Gtk/EnablePrimaryPaste", "gtk-enable-primary-paste"},
|
||||
{"Gtk/RecentFilesMaxAge", "gtk-recent-files-max-age"},
|
||||
{"Gtk/RecentFilesEnabled", "gtk-recent-files-enabled"},
|
||||
|
||||
Reference in New Issue
Block a user