Skip to content

Commit

Permalink
colorize loaded blueprint name
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Sep 6, 2024
1 parent 694432d commit 66e169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/quickfort.lua
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function Quickfort:init()
widgets.ResizingPanel{autoarrange_subviews=true, subviews={
widgets.Label{text='Current blueprint:'},
widgets.WrappedLabel{
text_pen=COLOR_GREY,
text_pen=COLOR_CYAN,
text_to_wrap=self:callback('get_blueprint_name')}
}},
widgets.ResizingPanel{autoarrange_subviews=true, subviews={
Expand Down

0 comments on commit 66e169e

Please sign in to comment.