From 3de37e1fd694cef67f3eba97f25c8a11a82f33e0 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Mon, 24 Jun 2013 23:42:33 +0000 Subject: [PATCH] Cosmetic: in about Qet change windows size (setMinimumHeight) because all translators aren't visible by default. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2346 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/aboutqet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index 4e4269527..be4c2f3bc 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -29,7 +29,7 @@ AboutQET::AboutQET(QWidget *parent) : QDialog(parent) { // Titre, taille, comportement... setWindowTitle(tr("\300 propos de QElectrotech", "window title")); setMinimumWidth(680); - setMinimumHeight(350); + setMinimumHeight(690); setModal(true); // Trois onglets