Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Sun, 07 May 2023 20:36:38 UTC Commit: a54b9f53d8482e97f1aecf71a74024e15540fbf6 https://github.com/geany/geany-plugins/commit/a54b9f53d8482e97f1aecf71a74024...
Log Message: ----------- Merge pull request #1137 from techee/vimode_excmd_height
vimode: Set default height of excmd popup to a small number
Modified Paths: -------------- vimode/src/excmd-prompt.c
Modified: vimode/src/excmd-prompt.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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,
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).