diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 23:00:02 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 23:00:02 (GMT) |
commit | c3b8a8fcd93b74a8dd15a6f2284310cd519ec863 (patch) | |
tree | 20a0912a5c1a0cc5435ac1d1a4e89a97fada6814 | |
parent | 63948eeb1570e4be777ee4c3c158bd84714a3f48 (diff) |
Clifford Wolf:
At least on Linux the 12pt default font is huge
I've changed the default to 8pt now..
git-svn-id: http://svn.clifford.at/openscad/trunk@343 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | MainWindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MainWindow.ui b/MainWindow.ui index 93428da..2569c04 100644 --- a/MainWindow.ui +++ b/MainWindow.ui @@ -27,7 +27,7 @@ <property name="font"> <font> <family>Monaco</family> - <pointsize>12</pointsize> + <pointsize>8</pointsize> </font> </property> <property name="tabStopWidth"> |