Bug #56802 Incompatibility with widescreen monitors
Submitted: 15 Sep 2010 18:04 Modified: 10 Jun 2013 1:43
Reporter: Paulo Reis Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.27 OS:Linux (Ubuntu 10.04)
Assigned to: CPU Architecture:Any
Tags: widescreen incompatibility glade

[15 Sep 2010 18:04] Paulo Reis
Description:
Not work properly on monitors with 1280x720 resolution

How to repeat:
I can not maximize the window and not see the status bar.

Discovery this: In the file wb.glade

<property name="width_request">1024</property>
<property name="height_request">680</property>
<property name="window_position">center</property>
<property name="default_width">1024</property>
<property name="default_height">720</property>

Suggested fix:
Changing to this, worked for me:

<property name="width_request">600</property>
<property name="height_request">400</property>
<property name="window_position">center</property>
<property name="default_width">600</property>
<property name="default_height">400</property>
[16 Sep 2010 19:01] Johannes Taxacher
Workbench has a minimum screen requirement of 1024x768. While many of Workbenchs interface parts would work with lower windows height too, some of them are too large.
we can try to improve that in future versions
[16 Sep 2010 20:09] Paulo Reis
My monitor is 17 wide, 1280x720 resolution. But there's bars and prevents the maximization.
[10 Jun 2013 1:43] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.0.2 release, and here's the changelog entry:

Window placement improvements were made for using MySQL Workbench with lower
screen resolutions than the minimum screen resolution requirement of
1024x768.

Thank you for the bug report.