mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use consistent aliases for all icons.
Icon aliases were inconsistent mess. Underscores vs. hyphens vs. camelCase. With vs. without filename suffix. Lower vs. upper case. "icon" suffix vs. prefix vs. nothing. Some were duplicated, eg warning vs. warning-icon. Some icons didn't have alias at all. This changes all icon aliases to one, easy grep-able style which complies to Freedesktop Icon Naming Specification (Guidelines). Signed-off-by: Martin Měřinský <mermar@centrum.cz>
This commit is contained in:
parent
b0d98f6e26
commit
92e9c6606f
26 changed files with 122 additions and 122 deletions
|
@ -43,7 +43,7 @@ TableView::TableView(QWidget *parent) : QGroupBox(parent)
|
|||
}
|
||||
layout()->setContentsMargins(margins);
|
||||
|
||||
QIcon plusIcon(":plus");
|
||||
QIcon plusIcon(":list-add-icon");
|
||||
plusBtn = new QPushButton(plusIcon, QString(), this);
|
||||
plusBtn->setFlat(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue