add _kde_side_panel_view property to page container

With this the sidebars look better with the breeze theme

Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
leo78913 2023-07-03 12:37:27 -03:00
parent f9578066d6
commit e8dc1564b6
No known key found for this signature in database

View File

@ -103,6 +103,7 @@ public:
setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
setItemDelegate(new PageViewDelegate(this));
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
setProperty("_kde_side_panel_view", true);
}
virtual QSize sizeHint() const