mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
add resizing
This commit is contained in:
parent
4a320bc5d6
commit
7f6afbcb4d
@ -192,10 +192,6 @@ void DesktopPanel::reinit()
|
||||
}
|
||||
labels.clear();
|
||||
proxyWidgets.clear();
|
||||
// layout
|
||||
layout = new QGraphicsGridLayout();
|
||||
layout->setContentsMargins(1, 1, 1, 1);
|
||||
setLayout(layout);
|
||||
|
||||
// add
|
||||
// layout
|
||||
@ -218,6 +214,10 @@ void DesktopPanel::reinit()
|
||||
}
|
||||
|
||||
updateText(true);
|
||||
for (int i=0; i<proxyWidgets.count(); i++) {
|
||||
labels[i]->adjustSize();
|
||||
proxyWidgets[i]->setGeometry(labels[i]->geometry());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user