You've already forked lazarus-ccr
spktoolbar: Option to draw selection in TSpkToolbar with rounded corners.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8749 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -3946,6 +3946,39 @@ object frmAppearanceEditWindow: TfrmAppearanceEditWindow
|
||||
TabOrder = 19
|
||||
Text = 'None'
|
||||
end
|
||||
object cbPopupHotSelectionShape: TComboBox
|
||||
AnchorSideLeft.Control = pPopupHotTrackGradientToColor
|
||||
AnchorSideTop.Control = pPopupDividerLineColor
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = pPopupHotTrackGradientToColor
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 281
|
||||
Height = 23
|
||||
Top = 251
|
||||
Width = 100
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 2
|
||||
ItemHeight = 15
|
||||
ItemIndex = 0
|
||||
Items.Strings = (
|
||||
'rounded'
|
||||
'rectangle'
|
||||
)
|
||||
OnChange = cbPopupHotSelectionShapeChange
|
||||
Style = csDropDownList
|
||||
TabOrder = 20
|
||||
Text = 'rounded'
|
||||
end
|
||||
object lblPopupHotSelectionShape: TLabel
|
||||
AnchorSideLeft.Control = cbPopupHotSelectionShape
|
||||
AnchorSideBottom.Control = cbPopupHotSelectionShape
|
||||
Left = 281
|
||||
Height = 15
|
||||
Top = 234
|
||||
Width = 82
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Selection shape'
|
||||
end
|
||||
end
|
||||
object TabSheet4: TTabSheet
|
||||
Caption = 'Import / Export'
|
||||
|
Reference in New Issue
Block a user