/* * Copyright 2017 Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef NOTIFICATIONS_CONSTANTS_H #define NOTIFICATIONS_CONSTANTS_H // interface messages const uint32 kDefaults = '_DFT'; const uint32 kRevert = '_RVT'; const uint32 kApply = '_APY'; const uint32 kApplyWithExample = '_APE'; const uint32 kApplicationSelected = '_ASL'; const uint32 kAddApplication = '_AAP'; const uint32 kAddApplicationRef = '_AAR'; const uint32 kRemoveApplication = '_RAP'; const uint32 kMuteChanged = '_MCH'; // user interface const float kEdgePadding = 5.0; const float kCLVTitlePadding = 8.0; #endif /* NOTIFICATIONS_CONSTANTS_H */