Revert "Fix barely readable info cell texts"

This reverts commit 6adac797d3.
This commit is contained in:
Alexander Shaduri
2022-01-15 14:36:26 +04:00
parent 12da26e47a
commit fdcdba1731
+1 -1
View File
@@ -130,7 +130,7 @@ namespace {
if (p->value_statistic.is_header) {
crt->property_weight() = Pango::WEIGHT_BOLD;
} else {
crt->property_weight() = Pango::WEIGHT_NORMAL;
crt->property_weight().reset_value();
}
}
}