clang-format

This commit is contained in:
James Parker 2024-03-16 09:09:37 +00:00
parent 4b0d687c5f
commit 00fbdd98d4
2 changed files with 4 additions and 2 deletions

View File

@ -74,7 +74,10 @@ Component Radiobox(ConstStringListRef entries,
int* selected_,
RadioboxOption options = {});
Component Dropdown(ConstStringListRef entries, int* selected, DropdownOption options = {});
Component Dropdown(ConstStringListRef entries,
int* selected,
DropdownOption options = {});
Component Toggle(ConstStringListRef entries, int* selected);
// General slider constructor:

View File

@ -151,7 +151,6 @@ struct CheckboxOption {
/// @brief Option for the Dropdown component.
/// @ingroup component
struct DropdownOption {
bool border = true;
// Observer: