mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 20:47:17 +01:00
MG: fixed label sizes
git-svn-id: trunk@1581 -
This commit is contained in:
parent
58716045ab
commit
a1e64fbcfb
@ -3392,8 +3392,7 @@ begin
|
||||
Parent:=MarginAndGutterGroupBox;
|
||||
Top:=2;
|
||||
Left:=RightMarginComboBox.Left+2;
|
||||
Width:=RightMarginComboBox.Width;
|
||||
Height:=16;
|
||||
Width:=150;
|
||||
Caption:='Right margin';
|
||||
Show;
|
||||
end;
|
||||
@ -3418,7 +3417,7 @@ begin
|
||||
Parent:=MarginAndGutterGroupBox;
|
||||
Top:=RightMarginComboBox.Top+RightMarginComboBox.Height;
|
||||
Left:=RightMarginComboBox.Left+2;
|
||||
Width:=120;
|
||||
Width:=150;
|
||||
Caption:='Right margin color';
|
||||
Show;
|
||||
end;
|
||||
@ -3449,8 +3448,7 @@ begin
|
||||
Parent:=MarginAndGutterGroupBox;
|
||||
Top:=2;
|
||||
Left:=GutterWidthComboBox.Left+2;
|
||||
Width:=GutterWidthComboBox.Width;
|
||||
Height:=16;
|
||||
Width:=130;
|
||||
Caption:='Gutter width';
|
||||
Show;
|
||||
end;
|
||||
@ -3475,7 +3473,7 @@ begin
|
||||
Parent:=MarginAndGutterGroupBox;
|
||||
Top:=GutterWidthComboBox.Top+GutterWidthComboBox.Height;
|
||||
Left:=GutterWidthComboBox.Left+2;
|
||||
Width:=100;
|
||||
Width:=130;
|
||||
Caption:='Gutter color';
|
||||
Show;
|
||||
end;
|
||||
@ -3525,7 +3523,7 @@ begin
|
||||
Parent:=EditorFontGroupBox;
|
||||
Top:=5;
|
||||
Left:=EditorFontComboBox.Left+2;
|
||||
Width:=EditorFontComboBox.Width;
|
||||
Width:=130;
|
||||
Caption:='Editor font';
|
||||
Show;
|
||||
end;
|
||||
@ -3559,7 +3557,7 @@ begin
|
||||
Parent:=EditorFontGroupBox;
|
||||
Top:=EditorFontHeightComboBox.Top-18;
|
||||
Left:=EditorFontHeightComboBox.Left+2;
|
||||
Width:=100;
|
||||
Width:=150;
|
||||
Caption:='Editor font height';
|
||||
Show;
|
||||
end;
|
||||
@ -3590,7 +3588,7 @@ begin
|
||||
Parent:=EditorFontGroupBox;
|
||||
Top:=ExtraLineSpacingComboBox.Top-18;
|
||||
Left:=ExtraLineSpacingComboBox.Left+2;
|
||||
Width:=100;
|
||||
Width:=150;
|
||||
Caption:='Extra line spacing';
|
||||
Show;
|
||||
end;
|
||||
|
||||
@ -1099,7 +1099,7 @@ begin
|
||||
Parent:=NoteBook.Page[Page];
|
||||
Left:=DesktopFilesGroupBox.Left;
|
||||
Top:=DesktopFilesGroupBox.Top+DesktopFilesGroupBox.Height+100;
|
||||
Width:=250;
|
||||
Width:=Parent.ClientWidth-Left;
|
||||
Height:=20;
|
||||
Caption:='Hints for component palette';
|
||||
Visible:=true;
|
||||
@ -1112,7 +1112,7 @@ begin
|
||||
Left:=ShowHintsForComponentPaletteCheckBox.Left;
|
||||
Top:=ShowHintsForComponentPaletteCheckBox.Top
|
||||
+ShowHintsForComponentPaletteCheckBox.Height+5;
|
||||
Width:=300;
|
||||
Width:=Parent.ClientWidth-Left;
|
||||
Height:=20;
|
||||
Caption:='Hints for main speed buttons (open, save, ...)';
|
||||
Visible:=true;
|
||||
@ -1439,7 +1439,7 @@ begin
|
||||
Parent:=NoteBook.Page[Page];
|
||||
Left:=4;
|
||||
Top:=4;
|
||||
Width:=150;
|
||||
Width:=170;
|
||||
Height:=23;
|
||||
Caption:='Max recent files';
|
||||
Visible:=true;
|
||||
@ -1821,7 +1821,7 @@ begin
|
||||
Parent:=NoteBook.Page[Page];
|
||||
Left:=5;
|
||||
Top:=4;
|
||||
Width:=150;
|
||||
Width:=200;
|
||||
Height:=80;
|
||||
Caption:='Default pascal extension';
|
||||
with Items do begin
|
||||
@ -1840,7 +1840,7 @@ begin
|
||||
Parent:=NoteBook.Page[Page];
|
||||
Left:=PascalFileExtRadiogroup.Left;
|
||||
Top:=PascalFileExtRadiogroup.Top+PascalFileExtRadiogroup.Height+10;
|
||||
Width:=250;
|
||||
Width:=300;
|
||||
Caption:='Save pascal files lowercase';
|
||||
Visible:=true;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user