Skip to content
Commit 7a5e4e4c authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

Fix resizing of infopanel

KSqueezedTextLabel doesn't rich text. This causes the used <b> and </b>
tags to sometimes become visible when the infopanel is reduced in size.

This is fixed by splitting the text into two parts: The left-most is a
QLabel (because it has predictable horizontal size) which holds the
title and the right-most is a KSqueezedTextLLabel and holds the value.
The left-side one can then be set to bold font.

Differential Revision: D3523
parent 1b817f61
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment