浏览代码

Update guiControl.h

Anis 9 年之前
父节点
当前提交
6f47cb7dfa
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Engine/source/gui/core/guiControl.h

+ 3 - 3
Engine/source/gui/core/guiControl.h

@@ -121,9 +121,9 @@ class GuiControl : public SimGroup
          horizResizeLeft,        ///< fixed on the right and width
          horizResizeCenter,
          horizResizeRelative,     ///< resize relative
-         horizResizeAspectLeft,    ///< resize relative to hieght delta (offset Left)
-         horizResizeAspectRight,   ///< resize relative to hieght delta (offset Right)
-         horizResizeAspectCenter,  ///< resize relative to hieght delta (Centered)
+         horizResizeAspectLeft,    ///< resize relative to height delta (offset Left)
+         horizResizeAspectRight,   ///< resize relative to height delta (offset Right)
+         horizResizeAspectCenter,  ///< resize relative to height delta (Centered)
          horizResizeWindowRelative ///< resize window relative
       };
       enum vertSizingOptions