https://bugs.kde.org/show_bug.cgi?id=376741

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |https://commits.kde.org/hea
                   |                            |ptrack/dca3b138cd2d3d091f58
                   |                            |8528cfee38a78d91b4b2

--- Comment #1 from Milian Wolff <m...@milianw.de> ---
Git commit dca3b138cd2d3d091f588528cfee38a78d91b4b2 by Milian Wolff.
Committed on 21/02/2017 at 08:42.
Pushed by mwolff into branch '1.0'.

Enable wordwrap in summary labels

When we encounter long debuggee command lines, we used to put them
into one line. This increased the minimal width of the mainwindow,
which could even expand beyond the screen dimensions, making parts
of the window invisible.

By enabling wordwrap, we can break the command line after every
argument. Additionally, to cope with extremely long arguments,
we add zero-width spaces after every 50 word characters, to enable
word wrap at these places.

M  +10   -2    src/analyze/gui/mainwindow.cpp
M  +6    -0    src/analyze/gui/mainwindow.ui

https://commits.kde.org/heaptrack/dca3b138cd2d3d091f588528cfee38a78d91b4b2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to