lib/cryptum/ui/order_execute_details.rb in cryptum-0.0.269 vs lib/cryptum/ui/order_execute_details.rb in cryptum-0.0.270

- old
+ new

@@ -51,19 +51,19 @@ color: header_color, style: header_style, string: ''.ljust(col_just1, ' ') ) - header_str = "- ##{order[:plan_no]} ORDER HISTORY DETAILS -" + header_str = "- ORDER ##{order[:plan_no]} DETAILS -" order_execute_details_win.setpos( out_line_no, Cryptum::UI.col_center(str: header_str) ) Cryptum::UI.colorize( ui_win: order_execute_details_win, color: order_color, - style: :bold, + style: header_style, string: header_str ) # ROW 3 out_line_no += 1