Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Loaden on March 25, 2010, 01:16:11 am

Title: Patch for compiler options, screen resolution: X * 768
Post by: Loaden 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]