update menus
This commit is contained in:
committed by
Steffen Schröder
parent
a790309e02
commit
96c01c3a5e
@ -223,6 +223,7 @@ class DonationPlugin implements CallbackListener, CommandListener, Plugin {
|
||||
$popoutFrame->setPosition($posX - $itemSize * 0.5, $posY);
|
||||
$popoutFrame->setHAlign(Control::RIGHT);
|
||||
$popoutFrame->setSize(4 * $itemSize * $itemMarginFactorX, $itemSize * $itemMarginFactorY);
|
||||
$popoutFrame->setVisible(false);
|
||||
|
||||
$quad = new Quad();
|
||||
$popoutFrame->add($quad);
|
||||
|
Reference in New Issue
Block a user