Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uploading bar thicker #5581
loading bar thicker #5581
Conversation
This comment has been minimized.
This comment has been minimized.
You could post a photo.
I see how 5 could feel too thin. Tested on my device, and I find 15 quite big. 10 would be fine for me, 12 would be the max I would not find ugly. (Somehow, the taller it is, the less black it feels, so it looks like some grey/dirty mass on my GloHD - and at 15, it slightly overrides Kobo Start Menu (kobo launcher) first text line.) Anyway, I wouldn't really mind it, I see it quite rarely :)
I don't see any other place :) But you could define it as some module variable, like those a few lines above (would make it easier for me to patch it back to 5 in my own patch :) |
This comment has been minimized.
This comment has been minimized.
It should have roughly the same physical size on all devices. Personally I rather like that it's an elegant line rather than some distracting blob that just flashes for half a second.
I thought it was intended to be more or less the same as any progressbar (like at the bottom), which however happens to use a value of 3 or 7 right now. koreader/frontend/apps/reader/modules/readerfooter.lua Lines 64 to 65 in 61a8b63 In regard to which I'll quote myself: http://koreader.rocks/doc/modules/ui.size.html
So I'd say standardize that thing on 7, Lines 60 to 64 in 61a8b63 |
This comment has been minimized.
This comment has been minimized.
i can see how the thickness is a little ugly, so i made it the same size as the progress bar (7) but added a margin of 3 so it still can be seen. how does that look? |
This comment has been minimized.
This comment has been minimized.
That margin adds a thin line of white above it, which I find less clean that without (without, the bar merges into the black plastic of the device). Care to show a pic? |
This comment has been minimized.
This comment has been minimized.
i have no way of taking one. sorry.
i use the default, KT4 is 167 PPI
yes this is due to my screen being slightly recessed so a small section at the edge is hard to tell apart from the case, especially if the device is tilted. (this is why i was not seeing the original bar) like everything this need to have some distance from the edge in order to be seen on my device, it is the same to me if it is black or has a white margin. |
This comment has been minimized.
This comment has been minimized.
You mean you don't see at all the 3px white margin? Even when tilting bottom up? |
This comment has been minimized.
This comment has been minimized.
if i look straight i see it, however as i tilt the top towards me i see less, until i don't see it at all i need the margin to be able to see it easily (when looking at a glance), and at an angle. |
This comment has been minimized.
This comment has been minimized.
Ok, I get it: when changing some layout option, and it is taking 2mn, you might not keep your device in your hands while doing other stuff, so the need to see more of it at a distance/angle, to know when it is done to get back to it ? |
This comment has been minimized.
This comment has been minimized.
Having seen it a few times today, I think I'll be ok with the added small margin. It makes it slightly more obvious it is a progress bar. May be use |
@@ -1032,7 +1033,7 @@ function ReaderRolling:showEngineProgress(percent) | |||
local x = 0 | |||
local y = 3 | |||
local w = Screen:getWidth() / 3 | |||
local h = Screen:scaleBySize(7) | |||
local h = Size.line.progress |
This comment has been minimized.
This comment has been minimized.
Frenzie
Nov 10, 2019
Member
Ideally also applied to the other progressbar but not strictly necessary. :-)
yparitcher commentedNov 8, 2019
the current thickness for the loading bar when opening a document is to thin to really see on my KT4,
i don't have screenshots as they only trigger once koreader finishes loading.
i would like to make it a little thicker, it still does not fully cover the top menu bar.
let me know if this is the wrong place to change the number, and if it has negative effects on other devices. (my emulator loads books too fast to get the bar)