diff src/gui/widgets/sidebar.cpp @ 77:6f7385bd334c

*: update formatted all source files, no more subclassing QThread... many other changes :)
author Paper <mrpapersonic@gmail.com>
date Fri, 06 Oct 2023 06:18:53 -0400
parents d3e9310598b1
children
line wrap: on
line diff
--- a/src/gui/widgets/sidebar.cpp	Wed Oct 04 01:46:33 2023 -0400
+++ b/src/gui/widgets/sidebar.cpp	Fri Oct 06 06:18:53 2023 -0400
@@ -16,10 +16,6 @@
 
 	SetBackgroundColor(Qt::transparent);
 
-	QFont font;
-	font.setPixelSize(12);
-	setFont(font);
-
 	connect(this, &QListWidget::currentRowChanged, this,
 	        [this](int index) { emit CurrentItemChanged(RemoveSeparatorsFromIndex(index)); });
 }