diff src/gui/dialog/settings/recognition.cc @ 294:99cbc51433e4

*: cleanup uses of QPalette I didn't know about setBackgroundRole() which is very useful in 99% of the cases where I even needed to edit the palette
author Paper <paper@paper.us.eu.org>
date Sun, 12 May 2024 18:16:08 -0400
parents 862d0d8619f6
children b1f625b0227c
line wrap: on
line diff
--- a/src/gui/dialog/settings/recognition.cc	Sun May 12 18:06:44 2024 -0400
+++ b/src/gui/dialog/settings/recognition.cc	Sun May 12 18:16:08 2024 -0400
@@ -64,6 +64,7 @@
 	}
 
 	full_layout->setSpacing(10);
+	full_layout->setContentsMargins(0, 0, 0, 0);
 
 	return result;
 }