Summary: | kate main window is not resizable on OS X | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | illogic-al <illogical1> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | jamesrome, jan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
illogic-al
2008-09-01 17:07:49 UTC
bah. qt bug. forgot that. Actually this is probably a KDE bug. Normal Qt programs don't have this problem. Re-assign to whatever part of KDE it should belong to. Ok, reassigning. *** Bug 174722 has been marked as a duplicate of this bug. *** SVN commit 886503 by lfranchi: add resize handle on os x.... amarok is resizable!! BUG: 170199 M +4 -0 MainWindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=886503 Kate's got this problem too. Can a kate dev provide a patch for a possible fix. I be testin' yo. There are two solutions for this. 1. Put a QSizeGrip into the sidebar at the bottom. This only works if the sidebar is visible. 2. Put a QSizeGrip into the statusbar, but the sidebar at the bottom is below, so the placement will be strange. Solution 1 also has the flaw that if there are tabs in the right sidebar, that the size grip is then also not in the bottom right corner. What solution is preferred? all of them suck ;) This is bug is duplicate, see: #168809 I think most important is to make the window resizable. I do not care that much where the QSizeGrip sits. I think I would put it into the statusbar. Maybe it is possible to change the layout of the mainwindow a little bit to get the QSizeGrip always in the lower right corner? What is about swapping the position of the statusbar and the sidebar? *** This bug has been marked as a duplicate of bug 168809 *** |