From 92a74cb608b9931b5cdb3002a546b1a827175438 Mon Sep 17 00:00:00 2001 From: 1n48yg <37918520+1n48yg@users.noreply.github.com> Date: Fri, 3 May 2019 23:34:51 -0700 Subject: [PATCH] Cleaned up population GUI bar - Made the population text a bit indented, (that Oliveriver requested like 6 months ago but for some reason I forgot to do it) - Extended the population bar out a bit because before the bar always felt cut off at the end --- scripts/gui/thrive_style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/gui/thrive_style.css b/scripts/gui/thrive_style.css index cacc4da1557..1bc8710b89b 100644 --- a/scripts/gui/thrive_style.css +++ b/scripts/gui/thrive_style.css @@ -699,12 +699,14 @@ video { #populationText { position: absolute; height: 40px; - width: 150px; + width: 160px; top: 0; left: 960px; font-size: 10pt; line-height: 40px; background-image: url("../../Textures/gui/bevel/LongTwoNormal.png"); + background-repeat: no-repeat; + text-indent: 10px; } #populationCount { @@ -715,6 +717,7 @@ video { left: 1040px; font-size: 10pt; line-height: 40px; + text-indent: 10px; } #oxygenTab {