mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
15 lines
487 B
C
15 lines
487 B
C
--- src/config.h.orig 2014-10-22 08:13:14 UTC
|
|
+++ src/config.h
|
|
@@ -60,9 +60,9 @@
|
|
|
|
/* Some defaults for QTerminal application */
|
|
|
|
-#define DEFAULT_WIDTH 800
|
|
-#define DEFAULT_HEIGHT 600
|
|
-#define DEFAULT_FONT "Monospace"
|
|
+#define DEFAULT_WIDTH 820
|
|
+#define DEFAULT_HEIGHT 597
|
|
+#define DEFAULT_FONT "Liberation Mono"
|
|
|
|
// ACTIONS
|
|
#define CLEAR_TERMINAL_SHORTCUT "Ctrl+Shift+X"
|