Announcement

Collapse
No announcement yet.

Limits on resizing windows

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Limits on resizing windows

    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?
    Kubuntu 20.04

    #2
    "...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

    Comment


      #3
      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
      Again, I'm guessing the decision to keep a certain minimum size was by design to avoid the types of issues referred to in https://bugs.kde.org/show_bug.cgi?id=389585.

      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.
      Attached Files
      Kubuntu 20.04

      Comment


        #4
        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://bugs.kde.org/show_bug.cgi?id=389617
        https://phabricator.kde.org/D12252
        Kubuntu 20.04

        Comment

        Working...
        X