mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:49:27 +02:00
MG: fixed short checkbox
git-svn-id: trunk@528 -
This commit is contained in:
parent
a90be38ea4
commit
19a39c3e99
@ -1188,7 +1188,7 @@ begin
|
||||
Left:=ShowHintsForComponentPaletteCheckBox.Left;
|
||||
Top:=ShowHintsForComponentPaletteCheckBox.Top
|
||||
+ShowHintsForComponentPaletteCheckBox.Height+5;
|
||||
Width:=250;
|
||||
Width:=300;
|
||||
Height:=20;
|
||||
Caption:='Hints for main speed buttons (open, save, ...)';
|
||||
Visible:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user