We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c44c67d commit 1be2a14Copy full SHA for 1be2a14
src/app/qgsundowidget.cpp
@@ -118,8 +118,8 @@ void QgsUndoWidget::setupUi( QDockWidget *UndoWidget )
118
{
119
if ( UndoWidget->objectName().isEmpty() )
120
UndoWidget->setObjectName( QString::fromUtf8( "UndoWidget" ) );
121
- UndoWidget->resize( 350, 223 );
122
- UndoWidget->setMinimumSize( QSize( 346, 220 ) );
+ UndoWidget->resize( 200, 223 );
+ UndoWidget->setMinimumSize( QSize( 200, 220 ) );
123
dockWidgetContents = new QWidget( UndoWidget );
124
dockWidgetContents->setObjectName( QString::fromUtf8( "dockWidgetContents" ) );
125
gridLayout = new QGridLayout( dockWidgetContents );
0 commit comments