Skip to content

Commit 9398ad9

Browse files
committed
fix: Fix action button press style
Remove the bottom style setting which will disable DIconButton style. Log: Fix action button press style.
1 parent e4bf5a0 commit 9398ad9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/cooperation/core/gui/phone/screenmirroringwindow.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ void ScreenMirroringWindow::initBottom()
6363
{
6464
bottomWidget = new QWidget(this);
6565
bottomWidget->setFixedHeight(BOTTOM_HEIGHT);
66-
bottomWidget->setStyleSheet(".QWidget{background-color : white;}");
67-
QString lightStyle = ".QWidget{background-color : white;}";
68-
QString darkStyle = ".QWidget{background-color : rgba(0, 0, 0, 0.1);}";
69-
CooperationGuiHelper::initThemeTypeConnect(bottomWidget, lightStyle, darkStyle);
7066

7167
QHBoxLayout *buttonLayout = new QHBoxLayout(bottomWidget);
7268
QStringList buttonIcons = { "phone_back", "home", "multi_task" }; // 按钮icon列表

0 commit comments

Comments
 (0)