Skip to content

Commit

Permalink
Fix GUI labels case
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed May 5, 2021
1 parent e659eb0 commit 411e33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/3d/skyboxrenderingsettingswidget.ui
Expand Up @@ -26,7 +26,7 @@
<item row="0" column="1">
<widget class="QLabel" name="skyboxTypeLabel">
<property name="text">
<string>Skybox Type</string>
<string>Skybox type</string>
</property>
</widget>
</item>
Expand All @@ -38,7 +38,7 @@
<item row="0" column="0">
<widget class="QLabel" name="panoramicTextureLabel">
<property name="text">
<string>Panoramic Texture File</string>
<string>Panoramic texture file</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 411e33e

Please sign in to comment.