Skip to content

Commit 8fe9461

Browse files
Removed stylesheet code from centralwidget/mainwindow.cpp
1 parent fbde4ed commit 8fe9461

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/centralwidget/mainwindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ CMainWindow::CMainWindow(QWidget *parent)
3838
// Set central widget
3939
QPlainTextEdit* w = new QPlainTextEdit();
4040
w->setPlaceholderText("This is the central editor. Enter your text here.");
41-
//w->setStyleSheet("border: none");
4241
CDockWidget* CentralDockWidget = new CDockWidget("CentralWidget");
4342
CentralDockWidget->setWidget(w);
4443
auto* CentralDockArea = DockManager->setCentralWidget(CentralDockWidget);

0 commit comments

Comments
 (0)