Diffusion Ark e04295523366

Fix non-resizable infopanel when symlinks have a long target

Authored by elvisangelaccio on Jun 1 2016, 8:19 AM.

Description

Fix non-resizable infopanel when symlinks have a long target

When a symbolic link points to an entry with a long filename, the infopanel
takes almost all available horizontal space and, even worse, cannot be resized.

This is because there is a single QLabel with a multi-line text, one of which
is the symlink's target. This patch replaces this label with a vertical
layout containing different labels. The targetLabel is now a KSqueezedTextLabel so
that a long target name won't mess up anymore the infopanel size.

BUG: 363719
FIXED-IN: 16.08.0

Differential Revision: D1728

Details

Committed
elvisangelaccioJun 1 2016, 8:19 AM
Differential Revision
D1728: Fix non-resizable infopanel when symlinks have a long target
Parents
R36:27e5167bd652: Drop RootNode extraction option
Branches
Unknown
Tags
Unknown