Minor UI fixes.
This commit is contained in:
parent
d707364e78
commit
9e746738c9
@ -8,7 +8,7 @@ gtTweetsFor: aView
|
||||
container := BlElement new
|
||||
layout: BlFlowLayout new;
|
||||
constraintsDo: [ :c |
|
||||
c vertical matchParent.
|
||||
c vertical fitContent.
|
||||
c horizontal matchParent ];
|
||||
padding: (BlInsets all: 10).
|
||||
self tweets do: [ :each |
|
||||
|
@ -0,0 +1,3 @@
|
||||
accessing
|
||||
webView
|
||||
WebBrowser openOn: 'https://twitter.com/',self userName
|
Loading…
Reference in New Issue
Block a user