From a85a67546575ea8ab1fb2ddeb3364718ad3c5f59 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Mon, 31 Mar 2008 18:54:52 +0200 Subject: [PATCH] Fixed spacers and size policies when using italian language. --- src/gui/ui/ServerSettingsDialog.ui | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/gui/ui/ServerSettingsDialog.ui b/src/gui/ui/ServerSettingsDialog.ui index d14f525..253c855 100644 --- a/src/gui/ui/ServerSettingsDialog.ui +++ b/src/gui/ui/ServerSettingsDialog.ui @@ -779,11 +779,11 @@ Server port is the port used to accept connections from other clients. This port Qt::Horizontal - QSizePolicy::MinimumExpanding + QSizePolicy::Fixed - 60 + 20 20 @@ -797,6 +797,12 @@ Server port is the port used to accept connections from other clients. This port 0 + + + 80 + 0 + + -- 2.11.4.GIT