From 84edd41c8a8ee971bf9a0eaf63671cdf4727d416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Wed, 4 May 2016 20:05:54 +0000 Subject: [PATCH] [DEVELOPMENT ENVIRONMENT] * BUG: Option dialog: Layout the "space(s)" label so that it trims its contents if its translation is too wide. git-svn-id: svn://localhost/gambas/trunk@7760 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- app/src/gambas3/.src/Options/FOption.form | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/gambas3/.src/Options/FOption.form b/app/src/gambas3/.src/Options/FOption.form index 6b0be3464..3ac7c8ff0 100644 --- a/app/src/gambas3/.src/Options/FOption.form +++ b/app/src/gambas3/.src/Options/FOption.form @@ -396,14 +396,13 @@ Spacing = True { txtTabSize SpinBox MoveScaled(0,0,6,4) - Expand = True MinValue = 1 MaxValue = 16 Value = 2 } { Label3 Label MoveScaled(8,0,8,4) - AutoResize = True + Expand = True Text = ("space(s)") } }