Cosmetic: Increase height of "editor disabled" label, so larger Vista fonts are not cut off vertically.

This commit is contained in:
Ansgar Becker
2010-09-08 20:03:19 +00:00
parent 909080245a
commit b3ca582b1e

View File

@ -23,12 +23,13 @@ object frmView: TfrmView
end
object lblDisabledWhy: TLabel
Left = 280
Top = 281
Top = 276
Width = 167
Height = 13
Height = 25
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Caption = 'You need the SHOW VIEW privilege in order to edit a view.'
Layout = tlCenter
Visible = False
end
object editName: TEdit