There is no "unallocated partition", partitions are always allocated. You have only one partition on the disk but there is a small gap of unallocated disk space in front of it. You can not delete unallocated space, you can create partitions in it or grow an adjecant existing partition into it.
Remind that partitions you want to resize must be unmounted, under Linux you can not edit partitions which are mounted (in use).
Since it seems you tried to resize the partition but it didn't work as expected, there might be a problem with the filesystem. Probably you need to run chkdsk
under Windows on that partition. Gparted will provide a log-file with relevant details if an action fails, without seeing that log-file it's hard to say what's the reason.
Since the size of the unallocated diskspace is pretty small, it may or may not be worth the effort, your decision.
If you worry about the partition number, please see this question how to perform a fix. Remind that this is not necessary at all, but again, that's up to you.
However, before you start editing partitions, in which way ever (Gparted, fdisk, gdisk...) you should be prepared with good backups for the case something goes wrong. It could be a power failure or a human mistake. If you are not used to command-line tools or have a lack of understanding, the latter is pretty likely.