mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Many new icons and minor CSS changes
This commit is contained in:
committed by
Magne Sjaastad
parent
3f1fd44554
commit
b7ac99e53b
@@ -69,7 +69,7 @@ void RicTileWindowsFeature::onActionTriggered( bool isChecked )
|
||||
void RicTileWindowsFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Tile Windows" );
|
||||
actionToSetup->setIcon( QIcon( ":/TileWindows24x24.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/TileWindows.svg" ) );
|
||||
actionToSetup->setCheckable( true );
|
||||
}
|
||||
|
||||
@@ -126,7 +126,7 @@ void RicTilePlotWindowsFeature::onActionTriggered( bool isChecked )
|
||||
void RicTilePlotWindowsFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Tile Windows" );
|
||||
actionToSetup->setIcon( QIcon( ":/TileWindows24x24.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/TileWindows.svg" ) );
|
||||
actionToSetup->setCheckable( true );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user