News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Properties Window Size

Started by Zini, March 08, 2010, 01:55:46 PM

Previous topic - Next topic

Jenna

Does this happen with all projects, also simple wizard created console project (for example) ?
If not, where is the difference ?
Can you provide a simple test project where the issue occurs ?

Zini

Happens with all projects, even a freshly created console project.

Zini

I think I have found a (partial) answer by doing the following experiment:

I renamed one of the .pc files on my system by giving it a different extension (.pc2), so the library finder wouldn't pick it up anymore. And indeed the window is one line shorter now. So it seems a huge number of .pc files causes the problem.

Zini

Further proof: Disabling the Library Finder plugin made the problem go away.

reckless

that actually fixed it Oo

hmm i wonder why pkg-config files messes up the viewsize  :?

Zini

Wouldn't call that a fix. Anyway, it is probably some misconfiguration of the window layout. If it were my preferred GUI library (Gtkmm), I would know which flag to change. Unfortunately I have no clue about WxWidgets, so I can't continue investigating from here without digging through massive amount of documentation (for which I absolutely don't have the time).

reckless

aye not a fix as such but good find atleast we now know which plugin causes it :)

not much into wxwidgets myself im afraid usually i work in old style C and just recently started dablling a bit into C++.

syntax is pretty alike so guess someday ill be able to handle it as well ;)