rhyzue / KettleLog

Simple inventory management tool
2 stars 3 forks source link

Dimensions need to be set based on proportion, not random numbers #4

Closed Fraisin closed 5 years ago

Fraisin commented 5 years ago

https://stackoverflow.com/questions/40320199/how-to-automatically-resize-windows-in-javafx-for-different-resolutions

Fraisin commented 5 years ago

Currently all our numbers are based off of trial and error, making gui elements look off if we change the dimensions even a little bit.

rhyzue commented 5 years ago

Table width will stay the same on different screen sizes, but table length/#rows displayed will change. May also add ability to maximize window eventually.