Skip to content

Commit

Permalink
Use font awesome for ContentBoxWdg() icons (solution to issue Southpa…
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocortassa committed Jun 18, 2021
1 parent e0fde12 commit c268e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/ui/container/content_wdg.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_title_wdg(self):
if show_gear in [True, 'true']:
icon_div = DivWdg()
title_div.add(icon_div)
icon = IconWdg(icon="G_SETTINGS", width=16)
icon = IconWdg(icon="FA_COG", width=16)
icon_div.add(icon)
icon_div.add_styles('''float: right; height: 25px; margin-top: 0px; padding: 0px 8px 0px 5px;''')

Expand Down

0 comments on commit c268e37

Please sign in to comment.