diff easyhg.pro @ 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 fb196c016a9f
children 4276c7923d65
line wrap: on
line diff
--- a/easyhg.pro	Tue Nov 15 14:47:19 2011 +0000
+++ b/easyhg.pro	Tue Nov 15 16:02:18 2011 +0000
@@ -63,7 +63,8 @@
     src/moreinformationdialog.h \
     src/annotatedialog.h \
     src/hgignoredialog.h \
-    src/versiontester.h
+    src/versiontester.h \
+    src/squeezedlabel.h
 SOURCES = \
     src/main.cpp \
     src/mainwindow.cpp \
@@ -99,7 +100,8 @@
     src/moreinformationdialog.cpp \
     src/annotatedialog.cpp \
     src/hgignoredialog.cpp \
-    src/versiontester.cpp
+    src/versiontester.cpp \
+    src/squeezedlabel.cpp
 
 macx-* {
     SOURCES += src/common_osx.mm