We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7402b9 commit 554324cCopy full SHA for 554324c
OMShell/OMShell/OMShellGUI/oms.cpp
@@ -223,11 +223,6 @@ OMS::OMS( QWidget* parent )
223
QSizePolicy::Expanding, QSizePolicy::Expanding ));
224
setCentralWidget( mainFrame_ );
225
226
- // set frame backgroundcolor
227
- QPalette palette;
228
- palette.setColor( QPalette::Base, QColor(255,255,255) );
229
- mainFrame_->setPalette( palette );
230
-
231
layout_ = new QVBoxLayout( mainFrame_ );
232
layout_->setContentsMargins(0, 0, 0, 0);
233
layout_->setSpacing( 5 );
0 commit comments