Skip to content

Some small or graphical fixes

John Doe requested to merge vicsanrope/skanpage:someFixes into master
  • Set correct minimum/maximum widths for DocumentList This resolves some overlapping in the interface when resizing the list or the window
Before After
No maximum width No overlap
No minimum width No overlap and sized placeholder
  • Fix translation domain warning on startup (This was the warning: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "New document" msgid_plural: "" msgctxt: "")

  • Make spinboxes update their values immediately when typing, and ignore thousand separator (again, I thought this was redundant, it's not 😬)

  • Also, the options that were active before starting the preview are now also restored even when the preview scan fails.

Merge request reports