I know that certain System Settings windows can't be reduced below a certain size by design. Can someone please point me to the relevant bug?
Announcement
Collapse
No announcement yet.
Limits on resizing windows
Collapse
This topic is closed.
X
X
-
Tags: None
- Top
- Bottom
-
"...by design."
Wouldn't that negate such limitation from being a "relevant bug?"Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
The context was this: How to resize window system settings kde neon? [on hold] which provides this image and not much more. But I'm guessing the poster was trying to reduce the size of the System Settings window.
On my 19.04 (with Plasma 5.16.2), I can't make the window smaller than what's shown in the image below:
Code:dkb@kudd:~$ xwininfo xwininfo: Please select the window about which you would like information by clicking the mouse in that window. xwininfo: Window id: 0x3400006 "System Settings" Absolute upper-left X: 190 Absolute upper-left Y: 72 Relative upper-left X: 0 Relative upper-left Y: 0 Width: 1024 Height: 605 Depth: 24 Visual: 0x1c5 Visual Class: TrueColor Border width: 0 Class: InputOutput Colormap: 0x3400005 (not installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +190+72 -152+72 -152-25 +190-25 -geometry 1024x605+190-25
I just can't find a source, bug report or otherwise (VDG decision ,phabricator link, etc), I could point to for those who want to reduce window size of certain windows but find that they can't.Kubuntu 20.04
- Top
- Bottom
Comment
-
I think I found what I was looking for:
Call `setMinimumSize()` at each run to enforce a minimum size. Any enlarged size will be saved and restored via the customary method of saving window geometry.
https://phabricator.kde.org/D12252Kubuntu 20.04
- Top
- Bottom
Comment
Comment