wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.78k stars 1.7k forks source link

Remove blank space in wxFrame with Hildon #9127

Closed wxtrac closed 14 years ago

wxtrac commented 16 years ago

Issue migrated from trac ticket # 9127

component: wxGTK | priority: normal | resolution: fixed

2008-04-12 21:28:55: rainbow21 created the issue


A blank space exists under wxFrame who isn't necessary under Hildon framework. Hildon uses only a drop down menu and doesn't need for a space for the menu.

The modification is in the file src/gtk/frame.cpp. This removes the line

        -height -= req.height;

If Hildon is actived.

wxtrac commented 16 years ago

2008-04-12 21:28:56: rainbow21 uploaded file wxFrame-hildon.patch (0.4 KiB)

Patch for remove blank under wxFrame with Hildon

wxtrac commented 15 years ago

2008-05-23 03:44:43: @wxtrac changed status from assigned to confirmed

2008-05-23 03:44:43: @wxtrac commented

transitioning old 'assigned' status to new 'confirmed' status

wxtrac commented 15 years ago

2008-05-28 11:40:04: @wojdyr changed type from * to defect*

wxtrac commented 14 years ago

2009-09-24 14:38:28: @JulianSmart changed status from confirmed to closed

2009-09-24 14:38:28: @JulianSmart changed resolution from * to fixed*

2009-09-24 14:38:28: @JulianSmart commented

Applied, thanks.