mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added ( finally ) the code to reduce depth on the planner
Added the code to reduce depth on the planner. Depth cannot be lower than 40m and it also won't let the user reduce if there's any point on the 'reduced' area. the icon is ugly - we need an artist. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
d776bb9eb3
commit
29cb15950e
2 changed files with 41 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ private slots:
|
|||
void keyRightAction();
|
||||
void increaseTime();
|
||||
void increaseDepth();
|
||||
void decreaseTime();
|
||||
void decreaseDepth();;
|
||||
void okClicked();
|
||||
void cancelClicked();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue