You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
408 B
13 lines
408 B
Description: Set qterminal window size to upstream default.
|
|
Author: Walter Lapchynski <wxl@ubuntu.com>
|
|
Bug: https://launchpad.net/bugs/1786978
|
|
--- a/src/etc/xdg/xdg-Lubuntu/qterminal.org/qterminal.ini
|
|
+++ b/src/etc/xdg/xdg-Lubuntu/qterminal.org/qterminal.ini
|
|
@@ -3,3 +3,6 @@ ConfirmMultilinePaste=true
|
|
HideTabBarWithOnlyOneTab=true
|
|
fontFamily=Ubuntu Mono
|
|
fontSize=14
|
|
+
|
|
+[MainWindow]
|
|
+size=@Size(800 600)
|