Diffusion Ark 7a5e4e4c402e

Fix resizing of infopanel

Authored by rthomsen on Nov 29 2016, 5:59 PM.

Description

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

Details

Committed
rthomsenNov 29 2016, 6:02 PM
Differential Revision
D3523: Fix resizing of infopanel
Parents
R36:1b817f61f187: Sort mimetypes by comment only when necessary
Branches
Unknown
Tags
Unknown