mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
Everywhere: Change font properties to be described in GML
This commit is contained in:
parent
532e0090fc
commit
ca90a2029d
9 changed files with 7 additions and 8 deletions
|
@ -306,7 +306,6 @@ GalleryWidget::GalleryWidget()
|
|||
m_cursors_tableview->set_alternating_row_colors(false);
|
||||
m_cursors_tableview->set_vertical_padding(16);
|
||||
m_cursors_tableview->set_column_headers_visible(false);
|
||||
m_cursors_tableview->set_font(Gfx::BitmapFont::load_from_file("/res/fonts/KaticaRegular12.font"));
|
||||
m_cursors_tableview->set_highlight_key_column(false);
|
||||
|
||||
auto sorting_proxy_model = GUI::SortingProxyModel::create(MouseCursorModel::create());
|
||||
|
@ -380,7 +379,6 @@ GalleryWidget::GalleryWidget()
|
|||
m_icons_tableview->set_alternating_row_colors(false);
|
||||
m_icons_tableview->set_vertical_padding(24);
|
||||
m_icons_tableview->set_column_headers_visible(false);
|
||||
m_icons_tableview->set_font(Gfx::BitmapFont::load_from_file("/res/fonts/KaticaRegular12.font"));
|
||||
m_icons_tableview->set_highlight_key_column(false);
|
||||
|
||||
auto sorting_proxy_icons_model = GUI::SortingProxyModel::create(FileIconsModel::create());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue