mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
LibGUI: GTableView paints itself completely, no need for auto filling.
This commit is contained in:
parent
827ec99a8f
commit
7eb42b5ffb
Notes:
sideshowbarker
2024-07-19 15:35:46 +09:00
Author: https://github.com/awesomekling
Commit: 7eb42b5ffb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
GTableView::GTableView(GWidget* parent)
|
||||
: GWidget(parent)
|
||||
{
|
||||
set_fill_with_background_color(false);
|
||||
m_scrollbar = new GScrollBar(Orientation::Vertical, this);
|
||||
m_scrollbar->set_step(4);
|
||||
m_scrollbar->set_big_step(30);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue