From 172fcf0cb4fe09c8f676482b0858cf0c2b98ca13 Mon Sep 17 00:00:00 2001 From: Alvin Wong Date: Wed, 18 Aug 2021 14:24:58 +0800 Subject: [PATCH] Update touch docker page --- reference_manual/dockers/touch_docker.rst | 59 ++++++++++++++--------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/reference_manual/dockers/touch_docker.rst b/reference_manual/dockers/touch_docker.rst index 19f6c7c4cf..fd0a67faea 100644 --- a/reference_manual/dockers/touch_docker.rst +++ b/reference_manual/dockers/touch_docker.rst @@ -18,28 +18,41 @@ The Touch Docker is a QML docker with several convenient actions on it. Its purp Its actions are... -+------------------------------+-----------------------+----------------------+ -| Open File | Save File | Save As... | -+------------------------------+-----------+-----------+----------------------+ -| Undo | Redo | -+------------------------------------------+----------------------------------+ -| Decrease Opacity | ++-------------------------+-------------------------+-------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | .. rst-class:: centered | +| | | | +| Open File | Save File | Save As... | ++-------------------------+------------+------------+-------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | +| | | +| Undo | Redo | ++--------------------------------------+--------------------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | +| | | +| Increase opacity | Make brush color lighter | ++--------------------------------------+--------------------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | +| | | +| Decrease opacity | Make brush color darker | ++-------------------------+------------+------------+-------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | .. rst-class:: centered | +| | | | +| Rotate Canvas Left | Reset Canvas Rotation | Rotate Canvas Right | +| by 15° | and Reset Zoom | by 15° | ++-------------------------+------------+------------+-------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | +| | | +| Increase Brush Size | Zoom in | ++--------------------------------------+--------------------------------------+ +| .. rst-class:: centered | .. rst-class:: centered | +| | | +| Decrease Brush Size | Zoom out | ++--------------------------------------+--------------------------------------+ +| .. rst-class:: centered | +| | +| Switch to Previous Preset | +-----------------------------------------------------------------------------+ -| Increase Opacity | -+-----------------------------------------------------------------------------+ -| Increase Lightness | -+-----------------------------------------------------------------------------+ -| Decrease Lightness | -+------------------------------+-----------------------+----------------------+ -| | Zoom in | | -+------------------------------+-----------------------+----------------------+ -| Rotate Counter Clockwise 15° | Reset Canvas Rotation | Rotate Clockwise 15° | -+------------------------------+-----------------------+----------------------+ -| | Zoom out | | -+------------------------------+-----------------------+----------------------+ -| Decrease Brush Size | -+-----------------------------------------------------------------------------+ -| Increase Brush Size | -+-----------------------------------------------------------------------------+ -| Delete Layer Contents | +| .. rst-class:: centered | +| | +| Delete Layer Contents | +-----------------------------------------------------------------------------+ -- GitLab