Revert "Dive site management: remove the profile view"
This reverts commit ec8ba5f830efc01f2db627e82e34c353c0dd13f7. Turns out that moving the globeGps widget to a different quadrant breaks the parent relationship and that causes things not to work. I know that I tested this and didn't notice any issues, but I now can reproduce a broken default screen. So let's revert. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3e35a0067b
commit
1dee5e1723
@ -113,7 +113,7 @@ MainWindow::MainWindow() : QMainWindow(),
|
||||
registerApplicationState("EditDive", mainTab, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("PlanDive", plannerWidget, profileContainer, plannerSettings, plannerDetails );
|
||||
registerApplicationState("EditPlannedDive", plannerWidget, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("EditDiveSite",locationInformation, globeGps, diveListView, NULL );
|
||||
registerApplicationState("EditDiveSite",locationInformation, profileContainer, diveListView, globeGps );
|
||||
|
||||
setApplicationState("Default");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user