From 78bef022e23af799baa1e71b19e8884f094aed6f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:57:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/ui/groupcombobox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/groupcombobox.cc b/src/ui/groupcombobox.cc index 2dec5a19e..dc6c3e63b 100644 --- a/src/ui/groupcombobox.cc +++ b/src/ui/groupcombobox.cc @@ -48,7 +48,7 @@ void GroupComboBox::fill( Instances::Groups const & groups ) QFontMetrics metrics( font() ); int size = metrics.height(); - setIconSize( QSize( size, size )); + setIconSize( QSize( size, size ) ); for ( unsigned x = 0; x < groups.size(); ++x ) { addItem( groups[ x ].makeIcon(), groups[ x ].name, groups[ x ].id );