Summary: | plasma web browser in top panel only resize in lower right corner | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Kevin Colyer <kevin> |
Component: | widget-webbrowser | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, caionnew |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A visual description of my dilema |
Description
Kevin Colyer
2010-02-16 00:22:44 UTC
Created attachment 40821 [details]
A visual description of my dilema
Comment on attachment 40821 [details]
A visual description of my dilema
To get the panel this wide I had to click and drag about 5 or 6 time from the bottom-right of the panel to the right edge of the screen. I naturally would have clicked bottom left and dragged.
Confirmed in 4.6.2. Git commit af57a3f9090e2c4868e6d20cc08772665d9210bd by Aaron Seigo. Committed on 16/12/2011 at 14:57. Pushed by aseigo into branch 'KDE/4.7'. allow controlling the resize a bit more this allows e.g. popupapplet to put constraints on where the edges of the window can resize to and react differently when the user is actively resizing the dialog. CCBUG:227095 M +54 -3 plasma/dialog.cpp M +25 -0 plasma/dialog.h M +8 -0 plasma/private/dialog_p.h http://commits.kde.org/kdelibs/af57a3f9090e2c4868e6d20cc08772665d9210bd Git commit a293caf4780ce6d31ea2f62e4e69e4bc5730b3bd by Aaron Seigo. Committed on 16/12/2011 at 14:58. Pushed by aseigo into branch 'KDE/4.7'. allow resizing from both relevant corners of a popup dialog also significantly cleans up the popup positioning code and fixes a lurking bug where width() was used instead of height() BUG:227095 M +30 -58 plasma/popupapplet.cpp M +1 -1 plasma/private/popupapplet_p.h http://commits.kde.org/kdelibs/a293caf4780ce6d31ea2f62e4e69e4bc5730b3bd |