InterfaceDefs: Specify INSETS constants in terms of SPACING constants.
They already used the same numeric values. Also reorder for consistency. No functional change.
This commit is contained in:
@@ -232,15 +232,15 @@ enum vertical_alignment {
|
||||
enum {
|
||||
B_USE_DEFAULT_SPACING = -1002,
|
||||
B_USE_ITEM_SPACING = -1003,
|
||||
B_USE_ITEM_INSETS = -1003,
|
||||
B_USE_ITEM_INSETS = B_USE_ITEM_SPACING,
|
||||
B_USE_HALF_ITEM_SPACING = -1004,
|
||||
B_USE_HALF_ITEM_INSETS = -1004,
|
||||
B_USE_WINDOW_INSETS = -1005,
|
||||
B_USE_HALF_ITEM_INSETS = B_USE_HALF_ITEM_SPACING,
|
||||
B_USE_WINDOW_SPACING = -1005,
|
||||
B_USE_SMALL_INSETS = -1006,
|
||||
B_USE_WINDOW_INSETS = B_USE_WINDOW_SPACING,
|
||||
B_USE_SMALL_SPACING = -1006,
|
||||
B_USE_BIG_INSETS = -1007,
|
||||
B_USE_BIG_SPACING = -1007
|
||||
B_USE_SMALL_INSETS = B_USE_SMALL_SPACING,
|
||||
B_USE_BIG_SPACING = -1007,
|
||||
B_USE_BIG_INSETS = B_USE_BIG_SPACING,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user