~ubuntu-branches/ubuntu/precise/mp3diags/precise

« back to all changes in this revision

Viewing changes to src/TagReadPanel.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-09-05 10:48:57 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090905104857-48aob98yoibqarh0
Tags: 0.99.05.033-0ubuntu1
New upstream release (FFe granted LP: #423812).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include  "DataStream.h"
31
31
#include  "Helpers.h"
32
 
//ttt0 set tab size to something small
 
32
 
33
33
 
34
34
using namespace std;
35
35
 
219
219
 
220
220
    QTextEdit* pOtherInfoM (new QTextEdit());
221
221
    pOtherInfoM->setPlainText(convStr(pTagReader->getOtherInfo()));
 
222
    //pOtherInfoM->setTabStopWidth(fontMetrics().width("aBcDeF"));
 
223
    pOtherInfoM->setTabStopWidth(fontMetrics().width("F"));
222
224
    pGridLayout->addWidget(pOtherInfoM, 8, 0, 1, 3);
223
225
    pGridLayout->setRowStretch(8, 1); // seems to work ok without this; ttt2 see why
224
226
//pGridLayout->setRowStretch(3, 1);