mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
partitionmanager: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5d2f941cd4
commit
aaf46e2e35
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ void PartResizerWidget::paintEvent(QPaintEvent*)
|
||||||
{
|
{
|
||||||
// draw sunken frame
|
// draw sunken frame
|
||||||
QPainter painter(this);
|
QPainter painter(this);
|
||||||
QStyleOptionFrameV3 opt;
|
QStyleOptionFrame opt;
|
||||||
opt.initFrom(this);
|
opt.initFrom(this);
|
||||||
opt.frameShape = QFrame::StyledPanel;
|
opt.frameShape = QFrame::StyledPanel;
|
||||||
opt.state |= QStyle::State_Sunken;
|
opt.state |= QStyle::State_Sunken;
|
||||||
|
|
Loading…
Add table
Reference in a new issue