diff options
author | Victor Kareh <[email protected]> | 2018-03-15 14:53:50 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-03-16 13:55:05 -0400 |
commit | 48b4fc3407816ddcab6e2bd20b063b6de9746e25 (patch) | |
tree | 09bd8464301c05e3b239eb50140e3b7260377705 /capplets/appearance/appearance.h | |
parent | 9888c14a69484aecdb48bfea6bcd562b178e9ff1 (diff) | |
download | mate-control-center-48b4fc3407816ddcab6e2bd20b063b6de9746e25.tar.bz2 mate-control-center-48b4fc3407816ddcab6e2bd20b063b6de9746e25.tar.xz |
Add auto-detect toggle switch
Currently if a user changes the DPI, there is no way to reset it back to
the auto-detected value from Xserver (which we store as 0 in gsettings).
Adding this toggle solves that issue.
I also removed a deprecated
[GtkHandleBox](https://developer.gnome.org/gtk3/stable/GtkHandleBox.html)
and all its associated code.
Diffstat (limited to 'capplets/appearance/appearance.h')
-rw-r--r-- | capplets/appearance/appearance.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/capplets/appearance/appearance.h b/capplets/appearance/appearance.h index 37f58291..36963125 100644 --- a/capplets/appearance/appearance.h +++ b/capplets/appearance/appearance.h @@ -47,7 +47,6 @@ #define COLOR_SCHEME_KEY "gtk-color-scheme" #define ACCEL_CHANGE_KEY "can-change-accels" #define MENU_ICONS_KEY "menus-have-icons" -#define TOOLBAR_DETACHABLE_KEY "toolbar-detachable" #define TOOLBAR_STYLE_KEY "toolbar-style" #define GTK_FONT_DEFAULT_VALUE "Sans 10" |