Bug 468522 - Export PDF Page - Languages go off the page, no scrollbar
Summary: Export PDF Page - Languages go off the page, no scrollbar
Status: RESOLVED FIXED
Alias: None
Product: Skanpage
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Stippich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-15 06:55 UTC by Justin Zobel
Modified: 2023-04-18 18:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 23.04.1


Attachments
Screenshot (30.58 KB, image/png)
2023-04-15 06:55 UTC, Justin Zobel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Zobel 2023-04-15 06:55:38 UTC
Created attachment 158121 [details]
Screenshot

See Screenshot
Comment 1 Nate Graham 2023-04-17 16:12:42 UTC
Whoops!
Comment 2 Nate Graham 2023-04-18 18:57:47 UTC
Git commit 8561cc05893763a3feb7e082a7efc7ba0b8610b6 by Nate Graham.
Committed on 18/04/2023 at 18:53.
Pushed by ngraham into branch 'master'.

Fix Scan Export window's OCR language list not being scrollable

ListViews need to live inside ScrollViews to have proper behaviors.

Fixing that exposed the fact that the language list could overlap the
bottom buttons, so that gets fixed too.
FIXED-IN: 23.04.1

M  +131  -119  src/qml/ExportWindow.qml

https://invent.kde.org/utilities/skanpage/commit/8561cc05893763a3feb7e082a7efc7ba0b8610b6
Comment 3 Nate Graham 2023-04-18 18:58:43 UTC
Git commit 23564a7666cfec8c6ba9e149e89229c3b616b82c by Nate Graham.
Committed on 18/04/2023 at 18:58.
Pushed by ngraham into branch 'release/23.04'.

Fix Scan Export window's OCR language list not being scrollable

ListViews need to live inside ScrollViews to have proper behaviors.

Fixing that exposed the fact that the language list could overlap the
bottom buttons, so that gets fixed too.
FIXED-IN: 23.04.1
(cherry picked from commit 8561cc05893763a3feb7e082a7efc7ba0b8610b6)

M  +131  -119  src/qml/ExportWindow.qml

https://invent.kde.org/utilities/skanpage/commit/23564a7666cfec8c6ba9e149e89229c3b616b82c