Mercurial > hg > easyhg
diff src/workstatuswidget.h @ 523:d869e6a18f63
Make the text labels in the work status area squeezable for small window sizes. Fixes #329
author | Chris Cannam |
---|---|
date | Tue, 15 Nov 2011 16:02:18 +0000 |
parents | b9c153e00e84 |
children | 533519ebc0cb |
line wrap: on
line diff
--- a/src/workstatuswidget.h Tue Nov 15 14:47:19 2011 +0000 +++ b/src/workstatuswidget.h Tue Nov 15 16:02:18 2011 +0000 @@ -20,6 +20,8 @@ #include <QWidget> +class SqueezedLabel; + class QLabel; class QPushButton; class QFileInfo; @@ -51,7 +53,7 @@ ClickableLabel *m_openButton; QString m_remoteURL; - QLabel *m_remoteURLLabel; + SqueezedLabel *m_remoteURLLabel; QString m_state; QLabel *m_stateLabel;