From 8669dd438f7a6d20a1ca5b415caa8f784050efe3 Mon Sep 17 00:00:00 2001 From: JoshDW19 Date: Tue, 26 Apr 2016 09:55:40 -0400 Subject: Set a minimum size for the program selection box so it will not squish if a filename is too long. --- src-qt5/core/lumina-open/LFileDialog.ui | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src-qt5/core/lumina-open') diff --git a/src-qt5/core/lumina-open/LFileDialog.ui b/src-qt5/core/lumina-open/LFileDialog.ui index a6371cbc..07110d48 100644 --- a/src-qt5/core/lumina-open/LFileDialog.ui +++ b/src-qt5/core/lumina-open/LFileDialog.ui @@ -7,7 +7,7 @@ 0 0 307 - 200 + 230 @@ -162,6 +162,12 @@ + + + 0 + 25 + + 20 -- cgit