mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 14:55:27 +00:00
Enable 'View->View Globe'
For viewing the Globe section (pane) we need to collapse both the 'list' and the 'main' splitters. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
865d4953df
commit
fa96ebeed7
1 changed files with 2 additions and 2 deletions
|
@ -330,8 +330,8 @@ void MainWindow::on_actionViewInfo_triggered()
|
|||
|
||||
void MainWindow::on_actionViewGlobe_triggered()
|
||||
{
|
||||
ui->infoProfileSplitter->setSizes(BEHAVIOR << COLLAPSED << EXPANDED);
|
||||
ui->mainSplitter->setSizes( BEHAVIOR << COLLAPSED << EXPANDED);
|
||||
ui->mainSplitter->setSizes(BEHAVIOR << COLLAPSED << EXPANDED);
|
||||
ui->listGlobeSplitter->setSizes(BEHAVIOR << COLLAPSED << EXPANDED);
|
||||
}
|
||||
#undef BEHAVIOR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue