some minor fixes
This commit is contained in:
parent
221f9a0ad9
commit
2bfc76e9b0
@ -912,7 +912,7 @@ object AdjustForm: TAdjustForm
|
||||
Top = 12
|
||||
Width = 73
|
||||
Height = 21
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemIndex = 0
|
||||
TabOrder = 7
|
||||
Text = '512'
|
||||
@ -930,7 +930,7 @@ object AdjustForm: TAdjustForm
|
||||
Top = 36
|
||||
Width = 73
|
||||
Height = 21
|
||||
ItemHeight = 0
|
||||
ItemHeight = 13
|
||||
ItemIndex = 0
|
||||
TabOrder = 8
|
||||
Text = '384'
|
||||
|
@ -1292,6 +1292,7 @@ begin
|
||||
GradientChanged:=true; // hmm
|
||||
|
||||
lblVal.Caption := IntToStr(ScrollBar.Position);
|
||||
lblVal.Refresh;
|
||||
{
|
||||
wtf???? this is ridiculous!
|
||||
|
||||
|
@ -289,6 +289,7 @@ object RenderForm: TRenderForm
|
||||
Top = 20
|
||||
Width = 57
|
||||
Height = 21
|
||||
AutoComplete = False
|
||||
ItemHeight = 13
|
||||
ItemIndex = 0
|
||||
TabOrder = 3
|
||||
|
Loading…
Reference in New Issue
Block a user