src/mainwindow.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- vala-terminal-1.2.orig/src/mainwindow.vala
+++ vala-terminal-1.2/src/mainwindow.vala
@@ -331,7 +331,7 @@
*/
/*I want use these like MACROS, how to put them some else place? */
- uint DEFAULT_FONTSIZE = 5;
+ uint DEFAULT_FONTSIZE = 11;
bool DEFAULT_START_VERTICAL = false;
uint fontsize = DEFAULT_FONTSIZE;