ports/x11/qterminal/files/patch-src_config.h
Olivier Duchateau 1405f3a66d Lightweight Qt-based terminal emulator.
WWW: https://github.com/lxde/qtermwidget

PR:		210388
Submitted by:	Jason Bacon
2016-08-23 15:18:26 +00:00

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"