detached/2 #2
@ -18,7 +18,7 @@ asCardElement
|
||||
margin: (BlInsets left: 20);
|
||||
addChild: (BrLabel new
|
||||
aptitude: BrGlamorousLabelAptitude;
|
||||
text: '@' , self getUser userName , ' | ' , self created asString;
|
||||
text: '@' , self user userName , ' | ' , self created asString;
|
||||
beSmallSize);
|
||||
addChild: anEditor.
|
||||
buttonsPane := BrHorizontalPane new
|
||||
@ -42,7 +42,7 @@ asCardElement
|
||||
hMatchParent;
|
||||
vFitContent;
|
||||
addChildren: {
|
||||
(self getUser profileImage asElement asScalableElement size: 64 @ 64).
|
||||
(self user profileImage asElement asScalableElement size: 64 @ 64).
|
||||
BrVerticalPane new
|
||||
cellSpacing: 5;
|
||||
hMatchParent;
|
||||
|
@ -1,5 +0,0 @@
|
||||
accessing
|
||||
getUser
|
||||
self user
|
||||
ifNotNil: [ ^ self user ].
|
||||
^ self userFromId: authorId
|
@ -1,3 +1,4 @@
|
||||
accessing
|
||||
user
|
||||
^ user
|
||||
self user ifNotNil: [ ^ self user ].
|
||||
^ self userFromId: authorId
|
Loading…
Reference in New Issue
Block a user