doc: moved image to beggining (consistency) in uix/colorpicker.py

This commit is contained in:
Zen-CODE 2016-01-21 22:13:42 +02:00
parent 1aaa6b6346
commit 566f21d77b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -9,6 +9,8 @@ Color Picker
This widget is experimental. Its use and API can change at any time until
this warning is removed.
.. image:: images/colorpicker.png
:align: right
The ColorPicker widget allows a user to select a color from a chromatic
wheel where pinch and zoom can be used to change the wheel's saturation.
@ -28,8 +30,6 @@ Usage::
clr_picker.bind(color=on_color)
.. image:: images/colorpicker.png
:align: left
'''