mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +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
|
||||
OnKeyDown = MessagesViewKeyDown
|
||||
object MessageTreeView: TTreeView[0]
|
||||
Left = 0
|
||||
Height = 79
|
||||
Top = 0
|
||||
Width = 722
|
||||
Align = alClient
|
||||
DefaultItemHeight = 19
|
||||
DefaultItemHeight = 15
|
||||
PopupMenu = MainPopupMenu
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
ShowRoot = False
|
||||
TabOrder = 0
|
||||
OnExit = MessageViewExit
|
||||
|
@ -6,11 +6,12 @@ LazarusResources.Add('TMessagesView','FORMDATA',[
|
||||
+'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'
|
||||
+'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
|
||||
+'DefaultItemHeight'#2#19#9'PopupMenu'#7#13'MainPopupMenu'#8'ReadOnly'#9#8'Sh'
|
||||
+'owRoot'#8#8'TabOrder'#2#0#6'OnExit'#7#15'MessageViewExit'#7'Options'#11#19
|
||||
+'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepC'
|
||||
+'ollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoTo'
|
||||
+'olTips'#0#0#0#242#2#1#10'TPopupMenu'#13'MainPopupMenu'#7'OnPopup'#7#18'Main'
|
||||
+'PopupMenuPopup'#4'left'#2'.'#3'top'#2')'#0#0#0
|
||||
+'MessageTreeView'#4'Left'#2#0#6'Height'#2'O'#3'Top'#2#0#5'Width'#3#210#2#5'A'
|
||||
+'lign'#7#8'alClient'#17'DefaultItemHeight'#2#15#9'PopupMenu'#7#13'MainPopupM'
|
||||
+'enu'#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'ShowRoot'#8#8'TabOrder'
|
||||
+#2#0#6'OnExit'#7#15'MessageViewExit'#7'Options'#11#19'tvoAllowMultiselect'#17
|
||||
+'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoRea'
|
||||
+'dOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoToolTips'#0#0#0#242#2#1#10
|
||||
+'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