1
Fork 0
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:
Andreas Kling 2019-03-29 01:57:29 +01:00
parent 5d72cf5a3f
commit 9d7a513681
2 changed files with 7 additions and 5 deletions

View file

@ -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();