dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

Data page: Browse input field has text misaligned #1499

Closed romalpani closed 2 years ago

romalpani commented 3 years ago

System Information (please complete the following information):

Describe the bug The text inside the browse input field should be centered. It seems off to the top a little bit.

To Reproduce Steps to reproduce the behavior:

  1. Go to TextClassification
  2. Click on Local CPU
  3. Browse a file and see the input field populate with path.

Screenshots image

Additional context Add any other context about the problem here.

vzhuqin commented 3 years ago

Verified on latest main build: 16.7.2.2140901 Browse input field has text center-aligned. image.png But can repro this issue on Data page of Image classification and Object detection scenarios, please take a look if need to adjust the alignment just like browse input field? image.png image.png

vzhuqin commented 3 years ago

@romalpani @beccamc Any update on Image classification and Object detection scenarios?

beccamc commented 2 years ago

Fixed the alignment on the other two textboxes.

vzhuqin commented 2 years ago

this issue has been fixed on latest main: 16.9.1.2155101 Image classification: image.png Object detection: image.png