mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 02:46:15 +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">
|
<property name="enabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="profileOuterLayout">
|
<layout class="QHBoxLayout" name="divePlannerLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true">
|
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
|
|
Loading…
Add table
Reference in a new issue