We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbd3e2 commit e435762Copy full SHA for e435762
src/gui/qgsmessagebar.cpp
@@ -80,6 +80,7 @@ QgsMessageBar::QgsMessageBar( QWidget *parent )
80
"QToolButton::menu-indicator { subcontrol-position: right bottom; subcontrol-origin: padding; bottom: 6px; }" );
81
mCloseBtn->setCursor( Qt::PointingHandCursor );
82
mCloseBtn->setIcon( QgsApplication::getThemeIcon( "/mIconClose.png" ) );
83
+ mCloseBtn->setIconSize( QSize( 18, 18 ) );
84
mCloseBtn->setSizePolicy( QSizePolicy::Maximum, QSizePolicy::Preferred );
85
mCloseBtn->setMenu( mCloseMenu );
86
connect( mCloseBtn, SIGNAL( clicked() ), this, SLOT( popWidget() ) );
0 commit comments