Created attachment 111734 [details] Face Tag Dialogue Please see attached file. Is it possible to make the dialogue wider please? Double would be sufficient I think.
*** This bug has been marked as a duplicate of bug 372342 ***
Not reproducible with 7.0.0-beta1
Created attachment 132555 [details] smaller as before, in 7.2.0 beta In windows10 is smaller as before. Reproduce: - select a new face by hand in preview view. - begin to type. - the selection box will be so small as the "confirm" button. Only 3-4 letter wide and three dots. (see attachment) - click out - click to the text field again - type, and the selection box will be more wider, everything can be read.
I can confirm it for the Windows version. As I said, due to a QT bug, we have to do a lot of pull-ups for this popup to be displayed at all. I'll have a look. Maik
Git commit b70f4d1fd76a508fa667ca4f1e7f1a38c7e18e3d by Maik Qualmann. Committed on 20/10/2020 at 20:11. Pushed by mqualmann into branch 'master'. try to fix popup width under Windows M +1 -0 core/libs/tags/widgets/addtagscombobox.cpp M +1 -1 core/utilities/facemanagement/widgets/assignnamewidget_p.cpp https://invent.kde.org/graphics/digikam/commit/b70f4d1fd76a508fa667ca4f1e7f1a38c7e18e3d
(In reply to Maik Qualmann from comment #5) > Git commit b70f4d1fd76a508fa667ca4f1e7f1a38c7e18e3d by Maik Qualmann. > Committed on 20/10/2020 at 20:11. > Pushed by mqualmann into branch 'master'. > > try to fix popup width under Windows > > M +1 -0 core/libs/tags/widgets/addtagscombobox.cpp > M +1 -1 core/utilities/facemanagement/widgets/assignnamewidget_p.cpp > > https://invent.kde.org/graphics/digikam/commit/ > b70f4d1fd76a508fa667ca4f1e7f1a38c7e18e3d The fix works well, thank you.