2 * Copyright 2017 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef NOTIFICATIONS_CONSTANTS_H
6 #define NOTIFICATIONS_CONSTANTS_H
10 const uint32 kDefaults
= '_DFT';
11 const uint32 kRevert
= '_RVT';
12 const uint32 kApply
= '_APY';
13 const uint32 kApplyWithExample
= '_APE';
14 const uint32 kApplicationSelected
= '_ASL';
15 const uint32 kAddApplication
= '_AAP';
16 const uint32 kAddApplicationRef
= '_AAR';
17 const uint32 kRemoveApplication
= '_RAP';
18 const uint32 kMuteChanged
= '_MCH';
21 const float kEdgePadding
= 5.0;
22 const float kCLVTitlePadding
= 8.0;
25 #endif /* NOTIFICATIONS_CONSTANTS_H */