Skip to content

Commit

Permalink
quick workaround for some of the comboboxes. refs #14412
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 27, 2024
1 parent 6322c8c commit 2369434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/gui/div/GUIDesigns.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ class MFXMenuCheckIcon;
/// @name ComboBox sizes
/// @{
/// @brief combo box size small
#define GUIDesignComboBoxVisibleItemsSmall 5
#define GUIDesignComboBoxVisibleItemsSmall 15

/// @brief combo box medium small
#define GUIDesignComboBoxVisibleItemsMedium 10
#define GUIDesignComboBoxVisibleItemsMedium 15

/// @brief combo box large small
#define GUIDesignComboBoxVisibleItemsLarge 15
Expand Down

0 comments on commit 2369434

Please sign in to comment.