summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2011-03-22 18:36:10 +0000
committerramon <ramongomez@us.es>2011-03-22 18:36:10 +0000
commit555d057cb50db2cc7cb2596851fb6614f79a1cbc (patch)
tree644bcd3e459cfb961430572b27b469f59dd26e7d /client
parent1b9eec220edec7ac2a1fd4721ef068d0dddb813c (diff)
* Rama trunk: Corregida errata en base datos.
* Rama version1.0: elección de tipo de letra DejaVu Sans Mono en terminal shell del Browser del cliente, modificado #243. git-svn-id: https://opengnsys.es/svn/branches/version1.0@1604 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client')
-rw-r--r--client/browser/src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/browser/src/mainwindow.cpp b/client/browser/src/mainwindow.cpp
index 2ada2520..e99181df 100644
--- a/client/browser/src/mainwindow.cpp
+++ b/client/browser/src/mainwindow.cpp
@@ -295,7 +295,7 @@ void MainWindow::slotCreateTerminal()
{
QTermWidget* console = new QTermWidget(1,this);
QFont font = QApplication::font();
- font.setFamily("Courier");
+ font.setFamily("DejaVu Sans Mono");
font.setPointSize(12);
console->setTerminalFont(font);