Author Topic: Patch for compiler options, screen resolution: X * 768  (Read 3756 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Patch for compiler options, screen resolution: X * 768
« on: March 25, 2010, 01:16:11 am »
Code
Index: src/plugins/compilergcc/resources/compiler_options.xrc

===================================================================

--- src/plugins/compilergcc/resources/compiler_options.xrc (revision 6196)

+++ src/plugins/compilergcc/resources/compiler_options.xrc (working copy)

@@ -86,7 +86,7 @@

  </object>
  <object class="sizeritem">
  <object class="wxNotebook" name="nbMain">
- <size>600,-1</size>
+ <size>600,500</size>
  <style>wxNB_DEFAULT|wxHSCROLL</style>
  <object class="notebookpage">
  <object class="wxPanel" name="tabCompiler">


[attachment deleted by admin]