diff options
Diffstat (limited to 'src/settings.vala')
| -rw-r--r-- | src/settings.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala index 865fe4a..d479aa6 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -101,6 +101,7 @@ public class AGSettings : Object public const string KEY_LOGO_OFFSET_VERTICAL = "logo-offset-vertical"; public const string KEY_ERROR_BELOW_ENTRY = "error-below-entry"; public const string KEY_MENUBAR_BGCOLOR = "menubar-bgcolor"; + public const string KEY_BACKGROUND_POSITION = "background-position"; public static bool get_boolean (string key) { |
