Minor whitespace style fix in TReplicantTray class
spacing private variables, no functional change intended.
This commit is contained in:
@@ -171,15 +171,15 @@ private:
|
|||||||
TBarView* fBarView;
|
TBarView* fBarView;
|
||||||
TReplicantShelf* fShelf;
|
TReplicantShelf* fShelf;
|
||||||
BRect fRightBottomReplicant;
|
BRect fRightBottomReplicant;
|
||||||
int32 fLastReplicant;
|
int32 fLastReplicant;
|
||||||
|
|
||||||
bool fMultiRowMode;
|
bool fMultiRowMode;
|
||||||
float fMinimumTrayWidth;
|
float fMinimumTrayWidth;
|
||||||
|
|
||||||
bool fAlignmentSupport;
|
bool fAlignmentSupport;
|
||||||
#ifdef DB_ADDONS
|
#ifdef DB_ADDONS
|
||||||
BList* fItemList;
|
BList* fItemList;
|
||||||
BMessage fAddOnSettings;
|
BMessage fAddOnSettings;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user