Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed Skybox settings dialog individual walls description
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
src/ui/3d/skyboxrenderingsettingswidget.ui
|
@@ -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> |
|
@@ -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> |
|
@@ -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> |
|
@@ -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> |
|
|