git-svn-id: svn://db.shs.com.ru/libs@432 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-09-24 11:58:22 +00:00
parent 9ba6a76003
commit 44d1e597f4

View File

@@ -35,6 +35,7 @@ void EDockWidget::init() {
lay->setContentsMargins(2, 2, 2, 2);
lay->setSpacing(2);
lbl_icon = new QLabel();
#ifndef Q_OS_MACOS
QIcon wi = windowIcon();
if (!wi.isNull()) {
lbl_icon->setPixmap(wi.pixmap(QSize(256,256)));