From 48b4fc3407816ddcab6e2bd20b063b6de9746e25 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 15 Mar 2018 14:53:50 -0400 Subject: 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. --- capplets/appearance/appearance.h | 1 - 1 file changed, 1 deletion(-) (limited to 'capplets/appearance/appearance.h') 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" -- cgit v1.2.1