From 23a956406782e65dc1461d6dce3932e39517c5f8 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 31 Mar 2024 09:18:14 -0500 Subject: [PATCH] Correct style error --- client/citydlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/citydlg.cpp b/client/citydlg.cpp index 70bdfd70ee..7efd074fdc 100644 --- a/client/citydlg.cpp +++ b/client/citydlg.cpp @@ -715,7 +715,7 @@ void city_info::update_labels(struct city *pcity) pcity->prod[O_FOOD] + pcity->waste[O_FOOD], pcity->surplus[O_FOOD])); m_food->setToolTip(get_city_dialog_output_text(pcity, O_FOOD)); m_growth->setText(get_city_dialog_growth_value(pcity)); - m_growth->setStyleSheet("QLabel { color:white; }"); + m_growth->setStyleSheet("QLabel { white-space:pre; }"); } if (pcity->surplus[O_SHIELD] < 0) {