[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:
parent
653afd7f88
commit
84edd41c8a
1 changed files with 1 additions and 2 deletions
|
@ -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)")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue