mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Minor tweaks around image alignment in ASButtonNode (#2271)
This commit is contained in:
committed by
Adlai Holler
parent
71fc2dd18d
commit
7dd997d442
@@ -16,9 +16,9 @@
|
||||
*/
|
||||
typedef NS_ENUM(NSInteger, ASButtonNodeImageAlignment) {
|
||||
/** Places the image before the text. */
|
||||
ASButtonNodeImageAlignmentBeginning = 0,
|
||||
ASButtonNodeImageAlignmentBeginning,
|
||||
/** Places the image after the text. */
|
||||
ASButtonNodeImageAlignmentEnd = 1 << 0
|
||||
ASButtonNodeImageAlignmentEnd
|
||||
};
|
||||
|
||||
@interface ASButtonNode : ASControlNode
|
||||
|
||||
Reference in New Issue
Block a user