Skip to content

Commit

Permalink
[auth] New icons for the config selector widget
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 29, 2017
1 parent 242696c commit 0ec1743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gui/auth/qgsauthconfigselect.cpp
Expand Up @@ -46,8 +46,8 @@ QgsAuthConfigSelect::QgsAuthConfigSelect( QWidget *parent, const QString &datapr
setupUi( this );

// Set icons and remove texts
btnConfigAdd->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionAdd.svg" ) ) );
btnConfigRemove->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionDeleteSelected.svg" ) ) );
btnConfigAdd->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/symbologyAdd.svg" ) ) );
btnConfigRemove->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/symbologyRemove.svg" ) ) );
btnConfigEdit->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionToggleEditing.svg" ) ) );
btnConfigMsgClear->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mIconClose.svg" ) ) );

Expand Down
4 changes: 2 additions & 2 deletions src/ui/auth/qgsauthconfigselect.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>547</width>
<height>94</height>
<width>452</width>
<height>96</height>
</rect>
</property>
<property name="windowTitle">
Expand Down

0 comments on commit 0ec1743

Please sign in to comment.