sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.57k stars 524 forks source link

One row result clipped by scroll #204

Closed plandevida closed 8 years ago

plandevida commented 8 years ago

Hi,

When the result has only one row, it shows clipped by scroll bars.

Regards.

whatsapp-image-20160614

VisualBean commented 8 years ago

Im about to create a PR to fix this it is this line height={Math.min((tableHeight - 62), (rowCount * 32))} - 32 is to small for 1 row :)

plandevida commented 8 years ago

Hi guys,

I uploaded a PR fixing it https://github.com/sqlectron/sqlectron-gui/pull/205.

maxcnunes commented 8 years ago

Closing it, since this has been fixed by @plandevida on #205.