[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2023-11-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443712

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #8 from Nate Graham  ---
Please don't randomly re-open old bug reports with no explanation.

If you feel you're experiencing the same issue, please submit a new bug report
for it, since it may well be an unrelated and different issue that only _looks_
like this one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2023-11-09 Thread Nishesh Tyagi
https://bugs.kde.org/show_bug.cgi?id=443712

Nishesh Tyagi  changed:

   What|Removed |Added

   Platform|Other   |Debian stable
Version|5.22.5  |5.27.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2023-11-09 Thread Nishesh Tyagi
https://bugs.kde.org/show_bug.cgi?id=443712

Nishesh Tyagi  changed:

   What|Removed |Added

 CC||tyagigeetarajne...@gmail.co
   ||m
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443712

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.24|5.23.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443712

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/4e |ma/plasma-desktop/commit/75
   |13d08c54d79bb8983f47ff77065 |3f82d7fa60ab53bdf17ba8a2a17
   |d4e683c8c05 |8f04acabc19

--- Comment #7 from Nate Graham  ---
Git commit 753f82d7fa60ab53bdf17ba8a2a178f04acabc19 by Nate Graham.
Committed on 20/10/2021 at 14:54.
Pushed by ngraham into branch 'Plasma/5.23'.

Make Applet config window a tiny bit smaller and reduce minimum size

There's no point in setting an implicit size that's the same as the
minimum size so let's reduce the minimum size to be smaller than the
minimum size so that the window can be made smaller by the user, or by
the system in case a small screen is being used. Also reduce the default
height a tiny bit.
FIXED-IN: 5.24
(cherry picked from commit 4e13d08c54d79bb8983f47ff77065d4e683c8c05)

M  +3-3desktoppackage/contents/configuration/AppletConfiguration.qml

https://invent.kde.org/plasma/plasma-desktop/commit/753f82d7fa60ab53bdf17ba8a2a178f04acabc19

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443712

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.24
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/commit/4e
   ||13d08c54d79bb8983f47ff77065
   ||d4e683c8c05

--- Comment #6 from Nate Graham  ---
Git commit 4e13d08c54d79bb8983f47ff77065d4e683c8c05 by Nate Graham.
Committed on 19/10/2021 at 14:15.
Pushed by ngraham into branch 'master'.

Make Applet config window a tiny bit smaller and reduce minimum size

There's no point in setting an implicit size that's the same as the
minimum size so let's reduce the minimum size to be smaller than the
minimum size so that the window can be made smaller by the user, or by
the system in case a small screen is being used. Also reduce the default
height a tiny bit.
FIXED-IN: 5.24

M  +3-3desktoppackage/contents/configuration/AppletConfiguration.qml

https://invent.kde.org/plasma/plasma-desktop/commit/4e13d08c54d79bb8983f47ff77065d4e683c8c05

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443712

--- Comment #5 from Nate Graham  ---
Sadly there isn't a generic way to fix this. If we made the window always
appear above the panel, its titlebar could get cut off which would be even
worse--the user would be left with no visible way to move or close the window.

Ultimately we just need to fix bugs as they come up on a case-by-case basis. In
this case the fix was easy since the window was setting a minimum height that
was inappropriately high.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443712

--- Comment #4 from paninomaninod...@gmail.com ---
(In reply to Nate Graham from comment #2)
> Seems like the minimum height of this window is too tall. There isn't a
> generic way to fix this at the panel level; we need to fix individual
> windows that are too tall. I'll fix this one.

I think that changing how the panel visibility behaves would solve this for all
cases. Like it works on Windows, the windows try to stick immediately above the
bottom panel and try to not get behind it. 

If you want to change the minimum size of these windows, in the case of the
resolution 1280x768 that it's still so common, some pixels just need to be
"reserved" to the bottom panel, so just subtract the standard bottom panel
height from 768.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443712

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/599

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443712

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED

--- Comment #2 from Nate Graham  ---
Seems like the minimum height of this window is too tall. There isn't a generic
way to fix this at the panel level; we need to fix individual windows that are
too tall. I'll fix this one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 443712] Bottom panel hides lower part of windows including the confirmation buttons at lower resolutions

2021-10-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443712

--- Comment #1 from paninomaninod...@gmail.com ---
Graphics running under X11 and OpenGL 2.0

-- 
You are receiving this mail because:
You are watching all bug changes.