Skip to content

Commit

Permalink
squashme: prefer screen-relative sizing over absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Sep 1, 2023
1 parent 4d2bf8d commit e48c332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static void make_status_bar(void)
root->parent = NULL;

gui_view_node_t* hsplit;
gui_make_hsplit(&hsplit, GUI_SPLIT_ABSOLUTE, 4, 160, 20, 20, 40);
gui_make_hsplit(&hsplit, GUI_SPLIT_RELATIVE, 4, 67, 8, 8, 17);
gui_set_parent(hsplit, root);

gui_view_node_t* black_title_bg;
Expand Down

0 comments on commit e48c332

Please sign in to comment.