Set qterminal window size to upstream default. (LP: #1786978)

Summary: 800x600 is more appropriate than 640x480, which was causing problems. This is part two of a fix for this bug. The previous one (D3) used the right terminal. This one fixes the display issue.

Test Plan:
 1. Right click on nm-tray
 2. Select "Edit Connections"

Assuming the other fix is present, should display nmtui-edit fully in a window.

Reviewers: tsimonq2

Differential Revision: https://phab.lubuntu.me/D6
ubuntu/cosmic
Walter Lapchynski 6 years ago committed by Simon Quigley
parent dc68d9f740
commit 0ede707030

4
debian/changelog vendored

@ -1,7 +1,11 @@
lubuntu-default-settings (1.9) UNRELEASED; urgency=medium
[ Simon Quigley ]
* We use Falkon now, not Qupzilla (LP: #1786986).
[ Walter Lapchynski ]
* Set qterminal window size to upstream default. (LP: #1786978)
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 14 Aug 2018 17:25:37 -0500
lubuntu-default-settings (1.8) cosmic; urgency=medium

@ -0,0 +1,12 @@
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)

@ -0,0 +1 @@
qterminal-window-size.patch
Loading…
Cancel
Save