mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
Maps: Add toolbar and frame border to map widget
This commit is contained in:
parent
b5f91e3365
commit
048e8d7744
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/bplaat
Commit: 048e8d7744
Pull-request: https://github.com/SerenityOS/serenity/pull/20738
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
3 changed files with 54 additions and 26 deletions
|
@ -8,12 +8,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Queue.h>
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibProtocol/Request.h>
|
||||
#include <LibProtocol/RequestClient.h>
|
||||
|
||||
class MapWidget final : public GUI::Widget {
|
||||
class MapWidget : public GUI::Frame {
|
||||
C_OBJECT(MapWidget);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue