pop-os / popsicle

Multiple USB File Flasher
MIT License
638 stars 77 forks source link

A couple changes to the GTK UI #90

Closed ids1024 closed 4 years ago

ids1024 commented 4 years ago

This displays the size of image files and drives. It also disables the hash text box and button unless a hash type is selected. This seems to make the interface a bit clearer and more intuitive, I think.

Screenshot from 2020-07-01 14-09-36 Screenshot from 2020-07-01 14-09-48 Screenshot from 2020-07-01 14-10-48

WatchMkr commented 4 years ago

This is looking good. The drive size is slightly to the left of the drive name. Can we get those aligned?

What does it look like when two USB drives are plugged in?

ids1024 commented 4 years ago

The drive size is slightly to the left of the drive name. Can we get those aligned?

Good catch. I hadn't noticed that. Apparently .label() was returning a string that started with a space. I've pushed a fix.

What does it look like when two USB drives are plugged in?

Screenshot from 2020-07-01 16-19-45

WatchMkr commented 4 years ago

Looks great!