aboutsummaryrefslogtreecommitdiff
path: root/include/IGUIComboBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/IGUIComboBox.h')
-rw-r--r--include/IGUIComboBox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/IGUIComboBox.h b/include/IGUIComboBox.h
index 8d23834..4a7eda7 100644
--- a/include/IGUIComboBox.h
+++ b/include/IGUIComboBox.h
@@ -54,9 +54,9 @@ namespace gui
//! Sets text justification of the text area
/** \param horizontal: EGUIA_UPPERLEFT for left justified (default),
- EGUIA_LOWEERRIGHT for right justified, or EGUIA_CENTER for centered text.
+ EGUIA_LOWERRIGHT for right justified, or EGUIA_CENTER for centered text.
\param vertical: EGUIA_UPPERLEFT to align with top edge,
- EGUIA_LOWEERRIGHT for bottom edge, or EGUIA_CENTER for centered text (default). */
+ EGUIA_LOWERRIGHT for bottom edge, or EGUIA_CENTER for centered text (default). */
virtual void setTextAlignment(EGUI_ALIGNMENT horizontal, EGUI_ALIGNMENT vertical) = 0;
//! Set the maximal number of rows for the selection listbox