From 7d44232e0ca5e8bd201aa24448f6afdb36c39500 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 23 Jun 2021 03:42:29 +0100 Subject: [PATCH] Minor font size tweak for suspended state text on Insight window --- .../UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index d932c069..d21570e2 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -191,4 +191,5 @@ QToolTip { #io-inspection-unavailable { color: #838386; + font-size: 14px; }