winapi - ribbon application menu width is too small -


i'm developing first windows ribbon application.

unfortunately, menu items of appclition menus small. how can solve problem?

enter image description here

inside oncreateuicommand method, call invalidateuicommand method, apply local translation. should allowed, if i'm right?

i'm using windows 7 , delphi xe4 using winapi interfaces directly.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -