From f58da1aed70e0760451b89d3925a5bd80389bb18 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 26 Jun 2021 03:42:40 +0100 Subject: [PATCH] Corrected font sizes in About window --- .../InsightWindow/Stylesheets/AboutWindow.qss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss index 96f2455d..0de4a981 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/AboutWindow.qss @@ -17,8 +17,14 @@ QMainWindow { image-position: center; } -#author-label, #os-link-label { - font-size: 14px; - color: #adadb1; - +#version-label { + font-size: 15px; +} + +#author-label, #os-link-label, #link-label, #author-label { + font-size: 14px; +} + +#author-label, #os-link-label { + color: #adadb1; }