changed size for url entry
This commit is contained in:
parent
fd958842d2
commit
240c42ef15
2 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,6 @@ namespace Webpin {
|
|||
headerbar = new Gtk.HeaderBar ();
|
||||
headerbar.show_close_button = true;
|
||||
headerbar.title = "Webpin";
|
||||
headerbar.get_style_context ().add_class ("default-decoration");
|
||||
set_titlebar (headerbar);
|
||||
|
||||
back_button = new Gtk.Button.with_label (_("Applications"));
|
||||
|
|
|
@ -91,6 +91,7 @@ namespace Webpin.Widgets.Views {
|
|||
app_name_entry.set_placeholder_text (_ ("Application name"));
|
||||
|
||||
app_url_entry = new Gtk.Entry ();
|
||||
app_url_entry.width_request = 320;
|
||||
app_url_entry.set_placeholder_text (_ ("https://myapp.domain or file:///my/local/file"));
|
||||
|
||||
//icon selector popover
|
||||
|
|
Loading…
Reference in a new issue