1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

VisualBuilder: Remove the separate property editor box in favor of inline.

Also make the property names show up in bold text. :^)
This commit is contained in:
Andreas Kling 2019-04-19 01:16:25 +02:00
parent 3a33b8ea08
commit 62d347d12a
3 changed files with 5 additions and 6 deletions

View file

@ -14,6 +14,5 @@ public:
const GTableView& table_view() const { return *m_table_view; }
private:
GTextBox* m_text_box { nullptr };
GTableView* m_table_view { nullptr };
};