Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-04-16 17:21:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-16 17:21:18 +0400
commit82f710fb3382a70c6865154b19c8136f55d7d030 (patch)
tree6e529da2eb3ad01f4a35c342d129e5a8501af950 /release
parentf47ab4f0aedf2445bffab2094986884a418a976f (diff)
merged pyrna_py_to_param and pyrna_py_to_prop since they are almost the same
Diffstat (limited to 'release')
-rw-r--r--release/ui/buttons_scene.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/buttons_scene.py b/release/ui/buttons_scene.py
index 5279aa10843..21fe503f840 100644
--- a/release/ui/buttons_scene.py
+++ b/release/ui/buttons_scene.py
@@ -40,7 +40,7 @@ class RENDER_PT_image(bpy.types.Panel):
layout.column_flow()
layout.itemR(rd, "resolution_x", text="SizeX")
- layout.itemR(rd, "resolution_x", text="SizeY")
+ layout.itemR(rd, "resolution_y", text="SizeY")
layout.itemR(rd, "pixel_aspect_x", text="AspX")
layout.itemR(rd, "pixel_aspect_y", text="AspY")