mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-11 10:56:10 +00:00
The publisher note is written while the settings window is still being built, when its label is eight pixels wide. Wrapped against that width the sentence came out a hundred and twenty lines tall, and the minimum taken from it did not stay a minimum: QLabel folds the widget's minimum size into its own cached size hints and clears that cache only when the text changes. So the row stood two thousand pixels tall, carrying the model box, the status line and the options under it off the bottom of the window, and picking another publisher was what brought them back. Nothing to measure against yet means nothing to claim yet. The show and the resize come back for it once there is a real width.