Skip to content

Commit

Permalink
Merge pull request #1137 from techee/vimode_excmd_height
Browse files Browse the repository at this point in the history
vimode: Set default height of excmd popup to a small number
  • Loading branch information
techee authored May 7, 2023
2 parents 3ac62e2 + c4ea310 commit a54b9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimode/src/excmd-prompt.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ void ex_prompt_init(GtkWidget *parent_window, CmdContext *c)
prompt = g_object_new(GTK_TYPE_WINDOW,
"decorated", FALSE,
"default-width", PROMPT_WIDTH,
"default-height", 1,
"transient-for", parent_window,
"window-position", GTK_WIN_POS_CENTER_ON_PARENT,
"type-hint", GDK_WINDOW_TYPE_HINT_DIALOG,
Expand Down

0 comments on commit a54b9f5

Please sign in to comment.