From 0bd0ab9ba4b6f07773bcc6c4324eeecc348b57cc Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Wed, 16 May 2018 23:20:23 +0200 Subject: [PATCH] Add side panel help text --- src/widgets/capture/capturewidget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/capture/capturewidget.cpp b/src/widgets/capture/capturewidget.cpp index 48fdda4b..736ca827 100644 --- a/src/widgets/capture/capturewidget.cpp +++ b/src/widgets/capture/capturewidget.cpp @@ -231,7 +231,8 @@ void CaptureWidget::paintEvent(QPaintEvent *) { QString helpTxt = tr("Select an area with the mouse, or press Esc to exit." "\nPress Enter to capture the screen." "\nPress Right Click to show the color picker." - "\nUse the Mouse Wheel to change the thickness of your tool."); + "\nUse the Mouse Wheel to change the thickness of your tool." + "\nPress Space to open the side panel."); // We draw the white contrasting background for the text, using the //same text and options to get the boundingRect that the text will have.