mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-13 19:15:07 -04:00
[EGD-7612] Add alarm popup
Added alarm popup window. Added ImageBoxWithText widget.
This commit is contained in:
committed by
Wojciech Rzepecki
parent
b82c29fa39
commit
4c19fa16b3
@@ -6,7 +6,7 @@
|
||||
using namespace gui;
|
||||
|
||||
ImageBox::ImageBox(Item *parent, const Position &x, const Position &y, const Length &w, const Length &h, Image *image)
|
||||
: HBox(parent, x, y, w, h), image(image)
|
||||
: VBox(parent, x, y, w, h), image(image)
|
||||
{
|
||||
setEdges(RectangleEdge::None);
|
||||
setAlignment(gui::Alignment(gui::Alignment::Horizontal::Center, gui::Alignment::Vertical::Center));
|
||||
|
||||
Reference in New Issue
Block a user