Minor UI fixes.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-31 21:41:52 -05:00
parent d707364e78
commit 9e746738c9
2 changed files with 4 additions and 1 deletions

View File

@ -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 |

View File

@ -0,0 +1,3 @@
accessing
webView
WebBrowser openOn: 'https://twitter.com/',self userName