Re-added painting of unallocated space.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1136099
This commit is contained in:
Hugo Pereira Da Costa 2010-06-08 22:57:56 +00:00
parent 38d035b235
commit d42914443d
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ void PartWidget::paintEvent(QPaintEvent*)
// draw used space in front of that
drawGradient(&painter, dark, QRect(0, 0, w, height()));
} else {
drawGradient(&painter, activeColor(Config::fileSystemColorCode(partition()->fileSystem().type())), QRect(0, 0, width(), height()));
}
// draw name and size