New upstream version 22.0.3+dfsg1
This commit is contained in:
parent
665f64a933
commit
cdc9a9fc87
334 changed files with 14525 additions and 2639 deletions
10
UI/horizontal-scroll-area.cpp
Normal file
10
UI/horizontal-scroll-area.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <QResizeEvent>
|
||||
#include "horizontal-scroll-area.hpp"
|
||||
|
||||
void HScrollArea::resizeEvent(QResizeEvent *event)
|
||||
{
|
||||
if (!!widget())
|
||||
widget()->setMaximumHeight(event->size().height());
|
||||
|
||||
QScrollArea::resizeEvent(event);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue