瀏覽代碼

Scores panel wasn't wide enough for September.

Steve Thielemann 3 年之前
父節點
當前提交
bbbc983e2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scores.cpp

+ 1 - 1
scores.cpp

@@ -106,7 +106,7 @@ std::unique_ptr<door::Panel> Scores::make_top_scores_panel() {
 }
 
 std::unique_ptr<door::Panel> Scores::make_top_this_month_panel() {
-  const int W = 30;
+  const int W = 33;
   door::COLOR panel_bg = door::COLOR::BLUE;
   door::ANSIColor panel_color = door::ANSIColor(door::COLOR::CYAN, panel_bg);
   door::ANSIColor heading_color =