enso/app/gui/view/component-browser/component-group/src
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
..
icon Component Group Entry with icons and text highlighting. (#3459) 2022-05-24 09:48:19 +02:00
entry.rs New selection box implementation for component groups (#3520) 2022-06-15 14:21:30 +00:00
icon.rs Implement trivial placeholder icons for all 5 Component Browser entry kinds. (#3557) 2022-07-04 16:36:27 +02:00
lib.rs Component List Panel View (#3495) 2022-06-22 16:39:32 +01:00
set.rs New selection box implementation for component groups (#3520) 2022-06-15 14:21:30 +00:00
wide.rs Fix vertical alignment of short columns in Component Browser Local Scope (#3566) 2022-07-07 22:59:51 +00:00