mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
Fix incorrect name for layout
If I want to use the names to make more sense out of the layouts, I might as well name them correctly... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e02a6b9c42
commit
317bbe4425
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="profileOuterLayout">
|
||||
<layout class="QHBoxLayout" name="divePlannerLayout">
|
||||
<item>
|
||||
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true">
|
||||
<property name="enabled">
|
||||
|
|
Loading…
Add table
Reference in a new issue