mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Cosmetic: Increase height of "editor disabled" label, so larger Vista fonts are not cut off vertically.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user