Skip to content

Commit

Permalink
Merge pull request uim#76 from nosuke192168920/uim-cand-win-gtk-fix
Browse files Browse the repository at this point in the history
Fix candidate window problem
  • Loading branch information
dai-vdr committed Feb 20, 2016
2 parents e62207b + f266ff2 commit 8e5a010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk2/immodule/uim-cand-win-gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ uim_cand_win_gtk_init (UIMCandWinGtk *cwin)

gtk_widget_set_size_request(cwin->num_label, DEFAULT_MIN_WINDOW_WIDTH, -1);
gtk_window_set_default_size(GTK_WINDOW(cwin), DEFAULT_MIN_WINDOW_WIDTH, -1);
gtk_window_set_resizable(GTK_WINDOW(cwin), FALSE);
gtk_window_set_resizable(GTK_WINDOW(cwin), TRUE);
}

static void
Expand Down

0 comments on commit 8e5a010

Please sign in to comment.