We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2422454 commit 7a7e65dCopy full SHA for 7a7e65d
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