Danielku15 / BetterStartPage

A Visual Studio like start page which replaces the news section by a custom project dashboard.
47 stars 19 forks source link

Solution group elements are spread evenly, but should be aligned to top #20

Closed SylwesterZarebski closed 8 years ago

SylwesterZarebski commented 8 years ago

Now groups spread all items evenly, but they (items) should be aligned to top (like before). Is this a regression because of commit dda9383e61712d5a7734b8c923d4e6d3f7e326e3? Version: Visual Studio 2013, extension 1.10.

Danielku15 commented 8 years ago

Your description is a bit unprecise. Can you please add some more details how you would expect the layouting to be?

Which UI elements are taking about? Do you mean the layouting of the whole groups or do you mean the layouting of the items within a single group?

Which settings are you using for "Group Columns" and "Project Columns"?

What do you mean with align to top A screenshot would help here.

Thanks.

SylwesterZarebski commented 8 years ago

Sure, attaching screenshots below: Group columns: 2, Project columns: 1: betterstartpage_bug_1 Expected: betterstartpage_bug_1_expected

Group columns: 1, Project columns: 1: betterstartpage_bug_2 Expected: betterstartpage_bug_2_expected

Danielku15 commented 8 years ago

Great, thanks for the screenshots. now it's clear to me. I will work on it today.

Danielku15 commented 8 years ago

I reintroduced a custom grid for better layouting. Version 1.11 is available for downloading.

SylwesterZarebski commented 8 years ago

Thanks a lot!