mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:35:58 +02:00
ide: hide scrollbars in the message view window if there is no reason to show them (issue #0013179)
git-svn-id: trunk@18701 -
This commit is contained in:
parent
96ea69f8fe
commit
db2dc88340
@ -12,12 +12,15 @@ inherited MessagesView: TMessagesView
|
|||||||
OnDeactivate = FormDeactivate
|
OnDeactivate = FormDeactivate
|
||||||
OnKeyDown = MessagesViewKeyDown
|
OnKeyDown = MessagesViewKeyDown
|
||||||
object MessageTreeView: TTreeView[0]
|
object MessageTreeView: TTreeView[0]
|
||||||
|
Left = 0
|
||||||
Height = 79
|
Height = 79
|
||||||
|
Top = 0
|
||||||
Width = 722
|
Width = 722
|
||||||
Align = alClient
|
Align = alClient
|
||||||
DefaultItemHeight = 19
|
DefaultItemHeight = 15
|
||||||
PopupMenu = MainPopupMenu
|
PopupMenu = MainPopupMenu
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
ScrollBars = ssAutoBoth
|
||||||
ShowRoot = False
|
ShowRoot = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnExit = MessageViewExit
|
OnExit = MessageViewExit
|
||||||
|
@ -6,11 +6,12 @@ LazarusResources.Add('TMessagesView','FORMDATA',[
|
|||||||
+'rderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#12'MessagesView'#12'ClientHeigh'
|
+'rderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#12'MessagesView'#12'ClientHeigh'
|
||||||
+'t'#2'O'#11'ClientWidth'#3#210#2#10'KeyPreview'#9#12'OnDeactivate'#7#14'Form'
|
+'t'#2'O'#11'ClientWidth'#3#210#2#10'KeyPreview'#9#12'OnDeactivate'#7#14'Form'
|
||||||
+'Deactivate'#9'OnKeyDown'#7#19'MessagesViewKeyDown'#0#242#2#0#9'TTreeView'#15
|
+'Deactivate'#9'OnKeyDown'#7#19'MessagesViewKeyDown'#0#242#2#0#9'TTreeView'#15
|
||||||
+'MessageTreeView'#6'Height'#2'O'#5'Width'#3#210#2#5'Align'#7#8'alClient'#17
|
+'MessageTreeView'#4'Left'#2#0#6'Height'#2'O'#3'Top'#2#0#5'Width'#3#210#2#5'A'
|
||||||
+'DefaultItemHeight'#2#19#9'PopupMenu'#7#13'MainPopupMenu'#8'ReadOnly'#9#8'Sh'
|
+'lign'#7#8'alClient'#17'DefaultItemHeight'#2#15#9'PopupMenu'#7#13'MainPopupM'
|
||||||
+'owRoot'#8#8'TabOrder'#2#0#6'OnExit'#7#15'MessageViewExit'#7'Options'#11#19
|
+'enu'#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'ShowRoot'#8#8'TabOrder'
|
||||||
+'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepC'
|
+#2#0#6'OnExit'#7#15'MessageViewExit'#7'Options'#11#19'tvoAllowMultiselect'#17
|
||||||
+'ollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoTo'
|
+'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoRea'
|
||||||
+'olTips'#0#0#0#242#2#1#10'TPopupMenu'#13'MainPopupMenu'#7'OnPopup'#7#18'Main'
|
+'dOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoToolTips'#0#0#0#242#2#1#10
|
||||||
+'PopupMenuPopup'#4'left'#2'.'#3'top'#2')'#0#0#0
|
+'TPopupMenu'#13'MainPopupMenu'#7'OnPopup'#7#18'MainPopupMenuPopup'#4'left'#2
|
||||||
|
+'.'#3'top'#2')'#0#0#0
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user