[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
This commit is contained in:
Benoît Minisini 2016-05-04 20:05:54 +00:00
parent 653afd7f88
commit 84edd41c8a

View file

@ -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)")
}
}