Planner: small fixes for the UI

This way the calendar looks more "natural".
And a typo fix.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-28 08:18:29 -07:00
parent d25e31525c
commit a1c933da9f

View file

@ -115,6 +115,12 @@
<layout class="QHBoxLayout" name="dateAndTime">
<item>
<widget class="DateWidget" name="dateEdit" native="true">
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
@ -128,7 +134,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Altitide</string>
<string>Altitude</string>
</property>
</widget>
</item>