summaryrefslogtreecommitdiff
path: root/cad/freecad/files/patch-src_Gui_ReportView.cpp
blob: 0b7ecff03404022db93ece1d3878616b9894f25c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/Gui/ReportView.cpp.orig	Sat Feb 24 11:41:26 2007
+++ ./src/Gui/ReportView.cpp	Sun Apr 22 00:23:02 2007
@@ -241,7 +241,7 @@
 {
   QFont _font(  font() );
   _font.setFamily( "Courier" );
-#ifdef FC_OS_LINUX
+#if defined (FC_OS_LINUX) || defined(FC_OS_FREEBSD)
   _font.setPointSize( 15 );
 #else
   _font.setPointSize( 10 );