I have a little problem:
I use the following code:
Code: Select all
_background->setBackgroundEnabled(true);
_background->setFrameEnabled(true);
_background->setBackgroundImage("TaharezLook", "MultiListSelectionBrush");
_background->setText(" " + text);
_background->setEnabled(true);
_background->setFrameColours(CEGUI::colour(0.1, 1.0, 0.1), CEGUI::colour(0.1, 1.0, 0.1),
CEGUI::colour(0.1, 0.5, 0.1), CEGUI::colour(0.1, 0.5, 0.1));
_background->setBackgroundColours(CEGUI::colour(0.1, 1.0, 0.1), CEGUI::colour(0.1, 1.0, 0.1),
CEGUI::colour(0.1, 0.5, 0.1), CEGUI::colour(0.1, 0.5, 0.1));
As you can see from the image the background is only in center.
What can I do to remove the dark gray between the frame and the background?
Thank!

