[apps] Add headers in all sub tab view for a better rendering

Change-Id: Id9fc1ffac9cbc4bebc9af7daf410f36279555519
This commit is contained in:
Émilie Feral
2017-01-20 10:24:32 +01:00
parent 3555a6306c
commit 4b49be549d
15 changed files with 56 additions and 38 deletions

View File

@@ -100,6 +100,9 @@ ViewController * ValuesController::intervalParameterController() {
}
int ValuesController::numberOfButtons() const {
if (isEmpty()) {
return 0;
}
return 1;
}