# HG changeset patch # User Colin Clark # Date 1531648927 -3600 # Node ID 6ed30da8b62df647791203cffd780a7b05a49d64 # Parent a33f347d14898eff623729a26a8c566f0d3dd325 Pan view warning window Ensure the pan view warning window is displayed at a sensible width diff -r a33f347d1489 -r 6ed30da8b62d src/pan-view/pan-view.c --- a/src/pan-view/pan-view.c Sat Jul 14 17:26:32 2018 +0100 +++ b/src/pan-view/pan-view.c Sun Jul 15 11:02:07 2018 +0100 @@ -2003,9 +2003,7 @@ box = generic_dialog_add_message(gd, GTK_STOCK_DIALOG_INFO, _("Pan view performance may be poor."), - _("To improve performance of thumbnails in the pan view the" - " following options can be enabled. Note that both options" - " must be enabled to notice a change in performance."), TRUE); + _("To improve the performance of thumbnails in\npan view the following options can be enabled.\n\nNote that both options must be enabled to\nnotice a change in performance."), TRUE); group = pref_box_new(box, FALSE, GTK_ORIENTATION_HORIZONTAL, 0); pref_spacer(group, PREF_PAD_INDENT);