Column Chooser Still Too Big

.. made font smaller so now just about squeezes onto
   a netbook 800x600.

.. we need to make it a scrollarea so it can be much
   smaller.
This commit is contained in:
Mark Liversedge
2013-04-23 07:02:08 +01:00
parent a434e4f3d4
commit 34a58dbc52

View File

@@ -1037,7 +1037,7 @@ ColumnChooser::ColumnChooser(QList<QString>&logicalHeadings)
buttons->setContentsMargins(0,0,0,0);
QFont small;
small.setPointSize(10);
small.setPointSize(8);
QList<QString> buttonNames = logicalHeadings;
qSort(buttonNames);