I've used this method on multiple distros for the Pi and its worked every time. Of course, do this at your own risk, YMMV etc
Open a root terminal and type/press the following in sequence
fdisk /dev/mmcblk0
d
2
n
p
2
enter
enter
w
shutdown -r now
resize2fs /dev/mmcblk0p2