Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mostypc123 authored Nov 21, 2024
1 parent 62d3375 commit b26c7d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ def InitUI(self):

# Create the status bar
self.CreateStatusBar()

# Customize the appearance of the status bar
status_bar = self.GetStatusBar()
status_bar.SetBackgroundColour(wx.Colour(186, 210, 234)) # Dark gray

# Display a welcome message in the status bar
self.SetStatusText("Welcome to XediX")

self.main_panel = wx.Panel(splitter)
Expand Down

0 comments on commit b26c7d8

Please sign in to comment.