Skip to content

Commit

Permalink
make speedlines stretch by default (in non-stupid way this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Apr 23, 2023
1 parent fb755b4 commit f7ee1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/courtroom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2976,6 +2976,7 @@ void Courtroom::handle_ic_speaking()
filename = "prosecution_speedlines";
else
filename = "defense_speedlines";
ui_vp_speedlines->stretch = true;
ui_vp_speedlines->load_image(filename, m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
}

Expand Down

0 comments on commit f7ee1a1

Please sign in to comment.