Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
feat(Search): make search bar wider
Browse files Browse the repository at this point in the history
  • Loading branch information
nlaplante committed Feb 18, 2015
1 parent 0c423a3 commit a766150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ namespace Envelope.Window {

// search entry & completion
search_entry = new Gtk.SearchEntry ();
search_entry.width_chars = 30;
search_entry.placeholder_text = _("Search transactions\u2026");

var search_entry_completion = new Gtk.EntryCompletion ();
Expand Down

0 comments on commit a766150

Please sign in to comment.