diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-01-04 04:43:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-04 14:47:00 (GMT) |
commit | 101fa843c9c8fea666e3b9275c3a6a1af5954655 (patch) | |
tree | 655f408a956ce102b688194fc082f9d69d38f158 /src/mainwin.cc | |
parent | 47c51d128acba10248e4ebd674cc99e147f68088 (diff) |
make default font monospace per bug rep by brad pitcher
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index f9029d0..2c52eeb 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -178,7 +178,6 @@ MainWindow::MainWindow(const QString &filename) editor->setTabStopWidth(30); #endif editor->setLineWrapping(true); // Not designable - setFont("", 12); // Init default font this->glview->statusLabel = new QLabel(this); statusBar()->addWidget(this->glview->statusLabel); |