lib/cryptum/ui/terminal_window.rb in cryptum-0.0.454 vs lib/cryptum/ui/terminal_window.rb in cryptum-0.0.455

- old
+ new

@@ -77,26 +77,26 @@ top: 27, left: 0 ) self.order_execute_section = Cryptum::UI.window( - height: 11, + height: 12, width: 0, top: 29, left: 0 ) self.order_execute_details_section = Cryptum::UI.window( - height: 11, + height: 12, width: 0, top: 29, left: 0 ) self.command_section = Cryptum::UI.window( height: 3, width: 0, - top: 40, + top: 41, left: 0 ) end rescue Interrupt, StandardError => e # Produce a Stacktrace for anything else