Bug report #12920
Mac OS X : Spinboxes are partly greyed
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | OsX UI | ||
Affected QGIS version: | 2.8.2 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21004 |
Description
As shown in the screenshot attached, all the spinboxes in the Print composer's tabs are partly greyed at the right side, hiding potential information. The "Rotation" spinbox on the status bar also displays like this. But this is not the case for those in Settings > options menu for example
Associated revisions
Use QgsFilterLineEdit for Qgs(Double)SpinBox
Fixes issues with the current approach:
- poor appearance on certain environments (esp OSX)
- large area on spin boxes' right which "swallows" clicks
and blocks interactivity
Fix #12920
Use QgsFilterLineEdit for Qgs(Double)SpinBox
Fixes issues with the current approach:
- poor appearance on certain environments (esp OSX)
- large area on spin boxes' right which "swallows" clicks
and blocks interactivity
Fix #12920
(cherry-picked from f16b3870fa21aabb614ab81fa2ddd63b98df75ee)
History
#1 Updated by Nyall Dawson about 8 years ago
- Status changed from Open to Closed
Fixed in changeset f16b3870fa21aabb614ab81fa2ddd63b98df75ee.