Feature request #2554
Mac OS X options dialog issue
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Charles Timko - | ||
Category: | GUI | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12614 |
Description
The Options/Preferences dialog on OS X with qt-4.6.2 Cocoa (perhaps other versions?) does not display correctly. The last options group, "Network & Proxy" is not completely displayed as shown in the image. A portion of the group title is cutoff.
Associated revisions
append space to list widgets in options and vector and raster layer property dialogs (fixes #2554)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13519 c8812cc2-4d05-0410-92ff-de0c093fc19c
append space to list widgets in options and vector and raster layer property dialogs (fixes #2554)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13519 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2554:
- apply heavy modified patch from sunil.
- introduces QgsFieldValidator including sip bindings
- add missing sip bindings to QgsAttributeEditor
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15566 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2554:
- apply heavy modified patch from sunil.
- introduces QgsFieldValidator including sip bindings
- add missing sip bindings to QgsAttributeEditor
git-svn-id: http://svn.osgeo.org/qgis/trunk@15566 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Charles Timko - over 14 years ago
- Status changed from Open to In Progress
Exists in the latest version of Qt as well. I am taking a look into it now. Should have a fix in a little while.
#2 Updated by Charles Timko - over 14 years ago
- Status changed from In Progress to Closed
- Resolution set to fixed
#3 Updated by Jürgen Fischer over 14 years ago
- Status changed from Closed to Feedback
- Resolution deleted (
fixed)
#4 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Feedback to Closed
Also applies to other platforms and raster and vector property dialog.
fixed in ae2293a6 (SVN r13520).