Skip to content

Commit

Permalink
Fixed Skybox settings dialog individual walls description
Browse files Browse the repository at this point in the history
  • Loading branch information
erpas authored and nyalldawson committed Feb 12, 2021
1 parent e8b4c40 commit 346e04b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/3d/skyboxrenderingsettingswidget.ui
Expand Up @@ -52,7 +52,7 @@
<item row="0" column="0">
<widget class="QLabel" name="negXImageSourceLabel">
<property name="text">
<string>Left (-X)</string>
<string>Right (-X)</string>
</property>
</widget>
</item>
Expand All @@ -62,7 +62,7 @@
<item row="1" column="0">
<widget class="QLabel" name="negYImageSourceLabel">
<property name="text">
<string>Down (-Y)</string>
<string>Back (-Y)</string>
</property>
</widget>
</item>
Expand All @@ -72,7 +72,7 @@
<item row="2" column="0">
<widget class="QLabel" name="negZImageSourceLabel">
<property name="text">
<string>Back (-Z)</string>
<string>Down (-Z)</string>
</property>
</widget>
</item>
Expand All @@ -82,7 +82,7 @@
<item row="3" column="0">
<widget class="QLabel" name="posXImageSourceLabel">
<property name="text">
<string>Right (+X)</string>
<string>Left (+X)</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 346e04b

Please sign in to comment.