AllYarnsAreBeautiful/ayab-desktop

[BUG] get rid of the gray box near the top right.

Closed this issue · 2 comments

AYAB software version: 0.99 RC2
Computer/OS: Windows 7
Knitting machine: KH910
AYAB hardware: Interface

There's a grey box in the UI in between the button for selecting an image, and the Port Selection buttons below it. It serves no obvious purpose, and at least one user was confused by it and expected something to be displayed there.
If you want a delineater there to separate the image selection from the rest of the UI, then a solid dark gray line would do. Or lose it altogether, and while you're there maybe move the text for Port Selection down a few pixels to match the spacing lower down.

Get rid of the gray box

It's actually an empty title bar for the Dock widget. I would suggest getting rid of the Dock widget and Settings tab structures entirely, which are legacy features of the UI.

An alternative would be to use the box to display the machine type (#611) using self.setWindowTitle() in engine.py.