Skip to content

Commit

Permalink
Better column browser colors
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Aug 18, 2024
1 parent b536f5c commit 23aa1eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Project/Custom Controls/ColumnBrowser.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ End
Sub Paint(g As Graphics, areas() As Rect)
#Pragma Unused Areas

G.DrawingColor = SystemColors.UnderPageBackgroundColor
G.FillRectangle(0, 0, G.Width, G.Height)

G.DrawingColor = SystemColors.ListEvenRowColor
G.DrawingColor = &c000000EE
G.FillRectangle(0, 0, G.Width, G.Height)
End Sub
#tag EndEvent
Expand Down

0 comments on commit 23aa1eb

Please sign in to comment.