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 ca3dd86 commit 062c90dCopy full SHA for 062c90d
src/app/qgsattributetabledisplay.cpp
@@ -114,6 +114,7 @@ void QgsAttributeTableDisplay::setTheme()
114
mZoomMapToSelectedRowsButton->setIcon(QgisApp::getThemeIcon("/mActionZoomToSelected.png"));
115
mAddAttributeButton->setIcon(QgisApp::getThemeIcon("/mActionNewAttribute.png"));
116
mDeleteAttributeButton->setIcon(QgisApp::getThemeIcon("/mActionDeleteAttribute.png"));
117
+ btnEdit->setIcon(QgisApp::getThemeIcon("/mActionToggleEditing.png"));
118
}
119
120
void QgsAttributeTableDisplay::setTitle(QString title)
0 commit comments