PhonologicalCorpusTools / SLPAA

5 stars 0 forks source link

Image in HandConfig specification dialog should match height of field/slot transcription panel #256

Closed kvesik closed 3 months ago

kvesik commented 8 months ago

The Hand Configuration specification panel contains two main elements: the field/slot transcription panel, and an image display that highlights the corresponding slots as the user interacts with the text boxes.

Currently it seems that the image might be set at a fixed height that is smaller than the fixed height for the transcription panel, which means that we unnecessarily get a vertical scrollbar on the image, when it could just take up more vertical space.

image

The height of the image and the height of the transcription panel should be the same.

Good place to start: HandConfigSpecificationPanel.__init__()

ZSThai commented 8 months ago

I am a new user, can you provide me more information about this issue and where the code of this issue is located. Can I try to solve this problem?

kvesik commented 8 months ago

@ZSThai thanks for stopping by! Could you tell us a bit about your interest in the project?