mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 12:35:55 +02:00
LazReport: Fix double scrollbars in previewform, patch by Soner, issue #41065
This commit is contained in:
parent
8c36a16a4b
commit
f356184e3b
@ -797,15 +797,13 @@ object frPreviewForm: TfrPreviewForm
|
||||
ClientWidth = 687
|
||||
FullRepaint = False
|
||||
TabOrder = 1
|
||||
object ScrollBox1: TScrollBox
|
||||
object ScrollBox1: TPanel
|
||||
Left = 1
|
||||
Height = 469
|
||||
Top = 1
|
||||
Width = 666
|
||||
HorzScrollBar.Page = 1
|
||||
VertScrollBar.Page = 1
|
||||
Align = alClient
|
||||
BorderStyle = bsNone
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
end
|
||||
object BPanel: TPanel
|
||||
|
@ -120,6 +120,7 @@ type
|
||||
PgDown: TSpeedButton;
|
||||
PgUp: TSpeedButton;
|
||||
PopupMenu1: TPopupMenu;
|
||||
ScrollBox1: TPanel;
|
||||
SettingsBtn: TBitBtn;
|
||||
prnDialog: TPrintDialog;
|
||||
ProcMenu: TPopupMenu;
|
||||
@ -140,7 +141,6 @@ type
|
||||
N6: TMenuItem;
|
||||
N7: TMenuItem;
|
||||
PreviewPanel: TPanel;
|
||||
ScrollBox1: TScrollBox;
|
||||
RPanel: TPanel;
|
||||
BtPgFirst: TSpeedButton;
|
||||
BtPgLast: TSpeedButton;
|
||||
|
Loading…
Reference in New Issue
Block a user