https://bugs.kde.org/show_bug.cgi?id=517661
Bug ID: 517661
Summary: WISHLIST: Raise MaxViewCount in viewmainpage.cpp from
6 to 12
Classification: Applications
Product: gwenview
Version First 25.12.2
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Current MaxViewCount is set to 6, which is too low for large monitors
This is a trivial change to accommodate more images for side by side
comparison. I have a 5k monitor and frequently review burst shots from fashion
shows, usually about 10 at a time. Only being able to view 6 makes my work a
bit less efficient. I made and tested the change with kde-builder, and it's
much better on a large monitor. I'm not confident enough to push a change, and
this one is very simple....
"git diff" shows....
diff --git a/app/viewmainpage.cpp b/app/viewmainpage.cpp
index e8efc07d..8ae0eb4e 100644
--- a/app/viewmainpage.cpp
+++ b/app/viewmainpage.cpp
@@ -77,7 +77,7 @@ namespace Gwenview
#define LOG(x) ;
#endif
-const int ViewMainPage::MaxViewCount = 6;
+const int ViewMainPage::MaxViewCount = 12;
/*
* Layout of mThumbnailSplitter is:
--
You are receiving this mail because:
You are watching all bug changes.