Skip to content

Commit

Permalink
voctogui.py: add source code comment before css file loading section
Browse files Browse the repository at this point in the history
Signed-off-by: julian <[email protected]>
  • Loading branch information
nightvisi0n committed Mar 31, 2018
1 parent fa41a4f commit dc3ebcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions voctogui/voctogui.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ def __init__(self):
raise Exception("Can't find any .ui-Files to use "
"(searched {})".format(', '.join(paths)))

#
# search for a .css style sheet file and load it
#

css_provider = Gtk.CssProvider()
context = Gtk.StyleContext()

Expand Down

0 comments on commit dc3ebcd

Please sign in to comment.