enso/app/gui/view/component-browser
Mateusz Czapliński ec5cd01dfa
Fix vertical alignment of short columns in Component Browser Local Scope (#3566)
Fix vertical alignment of columns in the Local Scope section of the Component Browser. All columns are now bottom-aligned and their entries align vertically. Previously, shorter columns were vertically centered and their entries did not align vertically with entries in longer columns.

https://www.pivotaltracker.com/story/show/180892146/comments/232101261 (see: *"Entries in the rightmost column of Local Scope is not vertically aligned with entries in other columns."*).

#### Visuals

Before:

<img width="626" alt="Screenshot 2022-07-06 at 18 14 18" src="https://user-images.githubusercontent.com/273837/177596439-cbe29a3a-2600-4b99-be20-955bf9fabd6e.png">


After:

<img width="626" alt="Screenshot 2022-07-06 at 18 08 27" src="https://user-images.githubusercontent.com/273837/177596072-1f3fd652-fe36-42c2-957c-4584b68539b4.png">
2022-07-07 22:59:51 +00:00
..
component-group Fix vertical alignment of short columns in Component Browser Local Scope (#3566) 2022-07-07 22:59:51 +00:00
searcher-list-panel Fix colors in Component List Panel View (#3565) 2022-07-07 08:29:55 +00:00
src Render on demand. (#3397) 2022-04-14 22:28:38 +02:00
Cargo.toml Component List Panel View (#3495) 2022-06-22 16:39:32 +01:00