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/D6ubuntu/cosmic
parent
dc68d9f740
commit
0ede707030
@ -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…
Reference in new issue