mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unnecessary stylesheet in RiuMainWindowBase
This commit is contained in:
parent
909ddbfcd5
commit
06f1db671e
@ -313,17 +313,6 @@ void RiuMainWindowBase::removeViewerFromMdiArea( QMdiArea* mdiArea, QWidget* vie
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::UiStyleSheet RiuMainWindowBase::createStyleSheet()
|
||||
{
|
||||
caf::UiStyleSheet styleSheet;
|
||||
styleSheet.set( "background-color", QColor( Qt::lightGray ).name() );
|
||||
styleSheet.set( "border", "1px dashed black" );
|
||||
return styleSheet;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -85,8 +85,7 @@ public:
|
||||
bool isBlockingViewSelectionOnSubWindowActivated() const;
|
||||
|
||||
protected:
|
||||
void removeViewerFromMdiArea( QMdiArea* mdiArea, QWidget* viewer );
|
||||
caf::UiStyleSheet createStyleSheet();
|
||||
void removeViewerFromMdiArea( QMdiArea* mdiArea, QWidget* viewer );
|
||||
|
||||
protected slots:
|
||||
void slotDockWidgetToggleViewActionTriggered();
|
||||
|
Loading…
Reference in New Issue
Block a user