mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
GTextEditor: Keep tweaking the single-line look.
This commit is contained in:
parent
5d72cf5a3f
commit
9d7a513681
2 changed files with 7 additions and 5 deletions
|
@ -41,7 +41,7 @@ int main(int argc, char** argv)
|
|||
auto* main_toolbar = new GToolBar(widget);
|
||||
auto* location_toolbar = new GToolBar(widget);
|
||||
location_toolbar->layout()->set_margins({ 6, 3, 6, 3 });
|
||||
location_toolbar->set_preferred_size({ 0, 23 });
|
||||
location_toolbar->set_preferred_size({ 0, 25 });
|
||||
|
||||
auto* location_label = new GLabel("Location: ", location_toolbar);
|
||||
location_label->size_to_fit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue