summaryrefslogtreecommitdiff
path: root/src/widget_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget_type.h')
-rw-r--r--src/widget_type.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/widget_type.h b/src/widget_type.h
index 1dc4fc782..d4e1abda9 100644
--- a/src/widget_type.h
+++ b/src/widget_type.h
@@ -122,14 +122,14 @@ enum WidgetType {
WWT_LAST, ///< Last Item. use WIDGETS_END to fill up padding!!
/* Nested widget types. */
- NWID_HORIZONTAL, ///< Horizontal container.
- NWID_HORIZONTAL_LTR, ///< Horizontal container that doesn't change the order of the widgets for RTL languages.
- NWID_VERTICAL, ///< Vertical container.
- NWID_SPACER, ///< Invisible widget that takes some space.
- NWID_SELECTION, ///< Stacked widgets, only one visible at a time (eg in a panel with tabs).
- NWID_VIEWPORT, ///< Nested widget containing a viewport.
- NWID_BUTTON_DRPDOWN, ///< Button with a drop-down.
- NWID_BUTTON_ARROW, ///< Button with an arrow
+ NWID_HORIZONTAL, ///< Horizontal container.
+ NWID_HORIZONTAL_LTR, ///< Horizontal container that doesn't change the order of the widgets for RTL languages.
+ NWID_VERTICAL, ///< Vertical container.
+ NWID_SPACER, ///< Invisible widget that takes some space.
+ NWID_SELECTION, ///< Stacked widgets, only one visible at a time (eg in a panel with tabs).
+ NWID_VIEWPORT, ///< Nested widget containing a viewport.
+ NWID_BUTTON_DROPDOWN, ///< Button with a drop-down.
+ NWID_BUTTON_ARROW, ///< Button with an arrow
/* Nested widget part types. */
WPT_RESIZE, ///< Widget part for specifying resizing.