refactor: re-order widget style tags

This commit is contained in:
CJ van den Berg 2025-08-14 16:04:25 +02:00
parent 4beedaf1aa
commit e8c780b3b7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -70,16 +70,16 @@ pub const WidgetType = enum {
};
pub const WidgetStyle = enum {
compact,
spacious,
boxed,
double_boxed,
rounded_boxed,
single_double_top_bottom_boxed,
single_double_left_right_boxed,
dotted_boxed,
thick_boxed,
extra_thick_boxed,
bars_top_bottom,
bars_left_right,
thick_boxed,
extra_thick_boxed,
dotted_boxed,
rounded_boxed,
double_boxed,
single_double_top_bottom_boxed,
single_double_left_right_boxed,
boxed,
spacious,
compact,
};