Skip to content

Commit

Permalink
Using circular property for button in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lainz committed Nov 1, 2016
1 parent dfe9970 commit cc51b07
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions test/test_panel/umain.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ object frmMain: TfrmMain
Top = 8
Width = 127
Caption = 'Hello'
ColorKind = mcDefault
ColorNormal = clWhite
ColorHover = clSilver
ColorActive = clMedGray
ColorDisabled = clGray
FontColorAutomatic = True
OnClick = FXButton1Click
end
object FXButton2: TFXButton
Expand All @@ -32,6 +38,12 @@ object frmMain: TfrmMain
Top = 80
Width = 127
Caption = 'Other'
ColorKind = mcDefault
ColorNormal = clWhite
ColorHover = clSilver
ColorActive = clMedGray
ColorDisabled = clGray
FontColorAutomatic = True
OnClick = FXButton2Click
end
object FXButton3: TFXButton
Expand All @@ -40,6 +52,12 @@ object frmMain: TfrmMain
Top = 8
Width = 127
Caption = 'Third'
ColorKind = mcDefault
ColorNormal = clWhite
ColorHover = clSilver
ColorActive = clMedGray
ColorDisabled = clGray
FontColorAutomatic = True
Enabled = False
end
object FXMaterialButton2: TFXMaterialButton
Expand All @@ -58,10 +76,11 @@ object frmMain: TfrmMain
Caption = 'FXMaterialButton2'
end
object FXMaterialButton3: TFXMaterialButton
Left = 694
Height = 72
Top = 312
Width = 83
Left = 696
Height = 79
Top = 309
Width = 79
Circular = True
RoundBorders = 35
ColorKind = mcDefault
FontColorAutomatic = True
Expand All @@ -70,6 +89,7 @@ object frmMain: TfrmMain
TextShadow = False
TextFont = 'default'
Anchors = []
AutoSize = True
Caption = 'FX'
end
end
Expand Down

0 comments on commit cc51b07

Please sign in to comment.