wedesoft / anymeal

AnyMeal is a free and open source recipe management software developed using SQLite3 and Qt5. It can manage a cookbook with more than 250,000 MealMaster recipes, thereby allowing to import, export, search, display, edit, and print them. AnyMeal is available for GNU/Linux and Microsoft Windows.
https://wedesoft.github.io/anymeal
GNU General Public License v3.0
57 stars 5 forks source link

Columns for Ingredients need more padding and headers placed appropriately #23

Closed Oldbwl closed 3 years ago

Oldbwl commented 3 years ago

Hi, I hope you are well during this pandemic. I show below how the ingredients look like on Anymeal 1.12

Screenshot Anymeal

  1. The 1st two columns (see 2 below as well) could do with a bit of padding to separate the unit "tablespoon" etc more as they do look very close to the next column.

  2. Also the Header labels would view better (imho) if they were left aligned - If you agree, that is why the 1st column will need padding so that heading "amount" does not butt up to "unit"

Cheers, Stay safe

wedesoft commented 3 years ago

Hi, hope you are ok, too. I am changing the table headers to be left-aligned. I agree that it reads better. However changing the cell spacing or padding increases the distance not only horizontally but also vertically. CSS border spacing does not seem to be supported.

wedesoft commented 3 years ago

Ok, I realized that I can add an   (space character) to increase the horizontal cell spacing in the table.

wedesoft commented 3 years ago

Ok, it looks like this now:

sprouts

Oldbwl commented 3 years ago

Perfect. Five Star service. I await 1.13 in due course.

wedesoft commented 3 years ago

Ok, I have released version 1.13 of the software. Thanks for suggesting the improvement.