diff options
Diffstat (limited to 'desktop-widgets/maintab.cpp')
-rw-r--r-- | desktop-widgets/maintab.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-widgets/maintab.cpp b/desktop-widgets/maintab.cpp index 4766bf050..8b0b48363 100644 --- a/desktop-widgets/maintab.cpp +++ b/desktop-widgets/maintab.cpp @@ -120,6 +120,10 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), ui.diveEquipmentMessage->hide(); ui.diveInfoMessage->hide(); ui.diveStatisticsMessage->hide(); + ui.depth->hide(); + ui.depthLabel->hide(); + ui.duration->hide(); + ui.durationLabel->hide(); setMinimumHeight(0); setMinimumWidth(0); |