mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
FontEditor: Tighten the window size a bit.
This commit is contained in:
parent
313ac51832
commit
e61dd994df
Notes:
sideshowbarker
2024-07-19 14:46:50 +09:00
Author: https://github.com/awesomekling
Commit: e61dd994df
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto* window = new GWindow;
|
||||
window->set_title("FontEditor");
|
||||
window->set_rect({ 50, 50, 420, 300 });
|
||||
window->set_rect({ 50, 50, 390, 295 });
|
||||
auto* font_editor = new FontEditorWidget(path, move(edited_font));
|
||||
window->set_main_widget(font_editor);
|
||||
window->set_should_exit_event_loop_on_close(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue