inhinias / Arcanum

A small tool for saving encrypted passwords in a database.
GNU General Public License v3.0
5 stars 0 forks source link

Password items are only horizontal #14

Open inhinias opened 5 years ago

inhinias commented 5 years ago

The password are meant to be in a grid formation flowing down vertically but are only in a horizontal line atm. The grid is possible with some math based on the scroll area width and passItem width. Implementable with a constant ammount of items per row right now, but when the resizing of the window works or the framelessHint is inactive it will cause issues.