mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibGUI: Make table view row height+padding font-size-relative
This makes tables look a lot nicer with different-sized fonts. :^)
This commit is contained in:
parent
8961148cdf
commit
688675e89b
5 changed files with 18 additions and 24 deletions
|
@ -66,8 +66,6 @@ SpreadsheetView::SpreadsheetView(Sheet& sheet)
|
|||
m_table_view->row_header().set_visible(true);
|
||||
m_table_view->set_model(SheetModel::create(*m_sheet));
|
||||
|
||||
m_table_view->set_row_height(18);
|
||||
|
||||
set_focus_proxy(m_table_view);
|
||||
|
||||
// FIXME: This is dumb.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue