Skip to content

Commit

Permalink
Increases the size of the Edit Title, Add Tags, and Modify Tags dialo…
Browse files Browse the repository at this point in the history
…gs, making entry of long titles or many tags much easier. Closes #6313.
  • Loading branch information
felagund authored and Lucas Beeler committed Feb 4, 2013
1 parent be22fda commit aaef7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Fryderyk Dziarmagowski <fdziarmagowski@gmail.com>
Josh Freeman <josh@twilightedge.com>
guillaumev <guillaume@viguierjust.com>
Chris Hemsing <c.hemsing@gmx.net>
Tomáš Hnyk <tomashnyk@gmail.com>
Mikko Huhtala <mikko.t.huhtala@gmail.com>
David Jeske <davidj@gmail.com>
Matt Jones <mattjones@workhorsy.org>
Expand Down
1 change: 1 addition & 0 deletions src/Dialogs.vala
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ public class TextEntryDialog : Gtk.Dialog {
string? initial_text, Gee.Collection<string>? completion_list, string? completion_delimiter) {
set_title(title);
set_resizable(true);
set_default_size (350, 104);
set_parent_window(AppWindow.get_instance().get_parent_window());
set_transient_for(AppWindow.get_instance());
on_modify_validate = modify_validate;
Expand Down

0 comments on commit aaef7f7

Please sign in to comment.