It is possible if the home partition is after the / partition and you formatted ext2 or ext3. I use booitng as my partitioning tool, maybe jay73 can assist with gparted.
What I would do is back up data in /home, and:
1:
In KDE, open kinfocenter and go to "partitions", notice the size of your home partition, un-mount it with command #umount /home, from a terminal issue command: #resize2fs /dev/hda3 xxxxx, replace the xxxxx with the size you want to reduce it to, not the size you want to reduce it by, and replace /dev/hda3 with what your /home partition device is, wait for the prompt to come back.
2:
Then I would re-boot the computer with a bootitng disc in the drive and click "Cancel" to avoid installing it and click on "partition work" icon and highlight the home partition on "HD0" if it is on the first drive, click on "resize", bootitng will tell you how you need to use resize2fs which you already did, click "OK", it will do a file system check and present you with a maximum and minimum size, put in the minimum size and click "Ok".
2:
When it says it is complete, click "OK", highlight your / partition and click on "resize", again it will tell you to use resize2fs, click "OK", you will be presented with a maximum and minimum again, put in the maximum size and click "Ok", when it says it completed click "OK" and then "close", pull out the bootitng disk and re-boot by hitting the power button or clicking "reboot" icon.
3:
From a terminal in Linux issue this command: #resize2fs /dev/hda2, replace /dev/hda2 with the appropriate device for your root partition, you do not need to specify a size, resize2fs will expand the file system to take up the extra space in the partition.
EDIT: Because resize utilities remove from the end and not the start of a partition when shrinking it, you will need to slide the /home partition by clicking on "slide" when it is highlighted in partition work window. Put the free space before it to give the free space for the / partition expansion. Some distributions have issues when the start of a partition is moved, Fedora should not have a problem, but if it does, slide /home back to where it was. You should boot up Fedora first to verify before expanding the root partition to save some time if you have to reverse.
If you only have Gnome, there should be an info center to show the partition sizes. If you want to use bootitng, download it and unpack it, and make a floppy or CD by hitting the "bootitng.exe" in
Windows and follow instructions in the dos window that appears. It is not very big and it is free to use when not installed, just make sure to hit "Cancel" at the first window that appears to avoid installing it as a boot manager. And use at your own risk, but these are the steps I take. And read "man resize2fs" to get the facts.
http://www.terabyteunlimited.com/