feat: set gtk box space evenly to true

This commit is contained in:
Byson94
2025-10-30 14:12:10 +05:30
parent 91e7a86e7a
commit 425ef5020b

View File

@@ -269,7 +269,7 @@ pub(super) fn build_gtk_box(
handle_signal_or_value(
&props,
"space_evenly",
|p, k| get_bool_prop(p, k, None),
|p, k| get_bool_prop(p, k, Some(true)),
|signal| {
let widget = widget.clone();
let signal_widget = signal.data;