Driver menu buttons are the wrong size on Retina Display #45453

Closed
opened 2015-07-16 03:59:24 +02:00 by Seth L. · 6 comments

System Information
OS X Yosemite 10.10.2
MacBook Pro (Retina, 15-inch, Mid 2014)
Processor: 2.5GHz Intel Core i7
Memory: 16GB 1600 MHz DDR3
Graphics: Intel Iris Pro 1536 MB

Blender Version
Broken: 2.75a c27589e

Short description of error
On Retina Display (and probably all high-density display) machines the Graph Editor's Properties Panel, while in Drivers Mode, under the Drivers section is rendering two buttons at the wrong size. The "Update Dependencies" button and the "Remove Driver" buttons are too short to contain their text, so the text is overflowing and doesn't look right.
I am attaching a screen shot.
retina-button-comparison.jpg
I don't know if there are other areas of Blender's interface that are affected. These two buttons are all I am aware of, but maybe it will become clear from looking at the code whether this is caused by something local to this one area of the UI or if other parts are affected as well.

Exact steps for others to reproduce the error

  1. Be using a Retina Display machine
  2. Add a driver anywhere
  3. Open a Graph Editor window and select Drivers Mode
  4. Navigate to the Drivers section of the Properties Panel and observe
**System Information** OS X Yosemite 10.10.2 MacBook Pro (Retina, 15-inch, Mid 2014) Processor: 2.5GHz Intel Core i7 Memory: 16GB 1600 MHz DDR3 Graphics: Intel Iris Pro 1536 MB **Blender Version** Broken: 2.75a c27589e **Short description of error** On Retina Display (and probably all high-density display) machines the Graph Editor's Properties Panel, while in Drivers Mode, under the Drivers section is rendering two buttons at the wrong size. The "Update Dependencies" button and the "Remove Driver" buttons are too short to contain their text, so the text is overflowing and doesn't look right. I am attaching a screen shot. ![retina-button-comparison.jpg](https://archive.blender.org/developer/F207362/retina-button-comparison.jpg) I don't know if there are other areas of Blender's interface that are affected. These two buttons are all I am aware of, but maybe it will become clear from looking at the code whether this is caused by something local to this one area of the UI or if other parts are affected as well. **Exact steps for others to reproduce the error** 1. Be using a Retina Display machine 2. Add a driver anywhere 3. Open a Graph Editor window and select Drivers Mode 4. Navigate to the Drivers section of the Properties Panel and observe
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @quantumanomaly

Added subscriber: @quantumanomaly

Added subscriber: @kevindietrich

Added subscriber: @kevindietrich

Issue is that those buttons have hard-coded y values (22 and 18 pixels) which won't work with retina display.

Issue is that those buttons have hard-coded y values (22 and 18 pixels) which won't work with retina display.

This issue was referenced by 9eb6dcbb46

This issue was referenced by 9eb6dcbb46564547f5a8125905de6ad7724534a5

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#45453
No description provided.