comparison src/settingsdialog.cpp @ 636:046ad99a4230

* Removed spurious space
author Sam Izzo <sam@humbug.net>
date Wed, 29 Aug 2012 12:40:54 +1000
parents 58ac1b197666
children b29b9694cd0d
comparison
equal deleted inserted replaced
635:6e479f33ea93 636:046ad99a4230
85 lookLayout->addWidget(m_showIconLabels, row++, 0, 1, 2); 85 lookLayout->addWidget(m_showIconLabels, row++, 0, 1, 2);
86 86
87 m_showExtraText = new QCheckBox(tr("Show long descriptions for file status headings")); 87 m_showExtraText = new QCheckBox(tr("Show long descriptions for file status headings"));
88 lookLayout->addWidget(m_showExtraText, row++, 0, 1, 2); 88 lookLayout->addWidget(m_showExtraText, row++, 0, 1, 2);
89 89
90 m_showHistoryAutomatically = new QCheckBox(tr("Switch to history tab automatically when history changes")); 90 m_showHistoryAutomatically = new QCheckBox(tr("Switch to history tab automatically when history changes"));
91 lookLayout->addWidget(m_showHistoryAutomatically, row++, 0, 1, 2); 91 lookLayout->addWidget(m_showHistoryAutomatically, row++, 0, 1, 2);
92 92
93 #ifdef NOT_IMPLEMENTED_YET 93 #ifdef NOT_IMPLEMENTED_YET
94 lookLayout->addWidget(new QLabel(tr("Place the work and history views")), row, 0); 94 lookLayout->addWidget(new QLabel(tr("Place the work and history views")), row, 0);
95 m_workHistoryArrangement = new QComboBox(); 95 m_workHistoryArrangement = new QComboBox();