Removed colour picker from shared notes

This commit is contained in:
Pedro Beschorner Marin 2017-09-01 17:47:46 +00:00
parent 0327c538e1
commit 438bcdbf24

View File

@ -1320,7 +1320,9 @@
<mx:ColorPicker id="colorPicker"
dataProvider="{colorPickerColours}"
swatchPanelStyleName="sharedNotesColorPickerStyle"
close="setTextStyles('color');"/>
close="setTextStyles('color');"
visible="false"
includeInLayout="false"/>
<mx:VRule height="{alignButtons.height}"/>
<mx:ToggleButtonBar id="alignButtons"
buttonWidth="20"