Skip to content

Commit

Permalink
[globe] Use 4-digits for year in the date picker widget
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 14, 2013
1 parent a5de83b commit 2f9eba1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/plugins/globe/globe_plugin_dialog_guibase.ui
Expand Up @@ -95,7 +95,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QDateTimeEdit" name="mSkyDateTime"/>
<widget class="QDateTimeEdit" name="mSkyDateTime">
<property name="displayFormat">
<string>dd.MM.yyyy HH:mm</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="mSkyAutoAmbient">
Expand Down

0 comments on commit 2f9eba1

Please sign in to comment.