forked from organicmaps/organicmaps-tmp
Merge pull request #6588 from ygorshenin/assessment-tool-fix-names
[assessment-tool] 0|+1|+2 are replaced by human-readable names.
This commit is contained in:
commit
498e98f8d0
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ void ResultView::Init()
|
|||
auto * groupLayout = new QHBoxLayout(group /* parent */);
|
||||
group->setLayout(groupLayout);
|
||||
|
||||
m_irrelevant = CreateRatioButton("0", *groupLayout);
|
||||
m_relevant = CreateRatioButton("+1", *groupLayout);
|
||||
m_vital = CreateRatioButton("+2", *groupLayout);
|
||||
m_irrelevant = CreateRatioButton("Irrelevant", *groupLayout);
|
||||
m_relevant = CreateRatioButton("Relevant", *groupLayout);
|
||||
m_vital = CreateRatioButton("Vital", *groupLayout);
|
||||
|
||||
layout->addWidget(group);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue