Skip to content

Commit

Permalink
Update src/popup.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Seguin <[email protected]>
  • Loading branch information
katemonster33 and dseguin authored Apr 10, 2024
1 parent c2e2884 commit 215d26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void query_popup_impl::on_resized()
for( const auto &opt : line ) {
button_width += get_text_width( remove_color_tags( opt ) );
}
// Righzt align.
// Right align.
// TODO: multi-line buttons
size_t button_x = std::max( size_t( 0 ),
size_t( msg_width - button_width - btn_padding( line.size() ) ) );
Expand Down

0 comments on commit 215d26e

Please sign in to comment.