Created attachment 174803 [details] The date is very small, needlessly so. There should be a setting that makes both clock and date enlarge to the last left and right pixel of the vertical panel.
*** This bug has been marked as a duplicate of bug 440096 ***
So the issue here is that your date string doesn't contain any spaces in it, so the current algorithm treats it as a single word and doesn't wrap it. Even if it did... would you want that? Typically dates shown in that format don't ever get wrapped, it would be pretty weird. Can you describe what you do expect here for a date string in that format? Or would you expect it to automatically switch to a different format more suitable for being displayed on multiple lines?
Created attachment 174913 [details] Edited zoom Something like this; 50 pixels wide on 50 pixels wide panel.
Ok, so you can already do that right now by moving your digital clock so it's not in between two Margins Separators widgets on the panel. Other than that, how would you like this fixed?
(In reply to Nate Graham from comment #4) > Ok, so you can already do that right now by moving your digital clock so > it's not in between two Margins Separators widgets on the panel. > > Other than that, how would you like this fixed? I want the clock to be there just like the edit, without affecting anything else. Can I Ctrl+Z during edit mode if it doesn't look like what I want? (If not, I'll have a new bug to file)
Removing widgets is not Ctrl+Z'able, no. It is undoable via the "Undo" button in the notification that appears though.
Created attachment 174915 [details] Without Margin Separator. I removed it, it's slightly better, but not like the edit.
Yes, the panel itself has some inner margins that widgets can't exceed. So I'm afraid it's not going to be possible to make the tech literally touch the edges of the panel like your mockup indicates. I think a different approach is needed here. Perhaps on vertical panels, the default data format can switch to something that looks good with internal spaces, so it can wrap nicely.
(In reply to Nate Graham from comment #8) > Yes, the panel itself has some inner margins that widgets can't exceed. So > I'm afraid it's not going to be possible to make the tech literally touch > the edges of the panel like your mockup indicates. Submitted an issue report for it: https://bugs.kde.org/show_bug.cgi?id=497503