From a05ea694946d9bec00fa1dbe3102871e2606102e Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Wed, 15 May 2024 07:04:58 +0000 Subject: [PATCH] sync: from linuxdeepin/qt5integration Synchronize source files from linuxdeepin/qt5integration. Source-pull-request: https://github.com/linuxdeepin/qt5integration/pull/221 --- styleplugins/chameleon/chameleonstyle.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/styleplugins/chameleon/chameleonstyle.cpp b/styleplugins/chameleon/chameleonstyle.cpp index d28a723..01d36a3 100644 --- a/styleplugins/chameleon/chameleonstyle.cpp +++ b/styleplugins/chameleon/chameleonstyle.cpp @@ -4300,11 +4300,6 @@ void ChameleonStyle::polish(QWidget *w) setWindowRadius(listview, DStyle::pixelMetric(PM_FrameRadius)); } - if (w && qobject_cast(w) && !(qobject_cast(w->parentWidget()))) { - w->setProperty("_d_dtk_lineeditActionWidth", -6); - w->setProperty("_d_dtk_lineeditActionMargin", 6); - } - if (auto container = qobject_cast(w)) { if (DWindowManagerHelper::instance()->hasComposite()) setWindowRadius(container, DStyle::pixelMetric(PM_FrameRadius));