mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Text cleanup to amend lacking consistency
- Removed the "Visible:" header on the column selector. It doesn't have to be there, and it's not in the similar equipment column selector - PO2 --> pO₂ (and others) - Use same initial case in the units selector in preferences Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a75168dcc9
commit
9b51901f35
3 changed files with 13 additions and 15 deletions
|
@ -365,8 +365,6 @@ void DiveListView::reloadHeaderActions()
|
|||
// Populate the context menu of the headers that will show
|
||||
// the menu to show / hide columns.
|
||||
if (!header()->actions().size()) {
|
||||
QAction *visibleAction = new QAction(tr("Visible:"), header());
|
||||
header()->addAction(visibleAction);
|
||||
QSettings s;
|
||||
s.beginGroup("DiveListColumnState");
|
||||
for(int i = 0; i < model()->columnCount(); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue