~codygarver/switchboard-plug-startup-applications/package-it

« back to all changes in this revision

Viewing changes to src/Widgets/Editor.vala

  • Committer: Julien Spautz
  • Date: 2013-10-12 09:59:56 UTC
  • Revision ID: spautz.julien@gmail.com-20131012095956-53j0wvl583wr42pa
clean up code

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        command_label.halign = Gtk.Align.END;
64
64
        command_entry = new Gtk.Entry ();
65
65
        command_entry.placeholder_text = _("Command to execute");
66
 
 
67
 
        /*icon_button = new Gtk.Button ();
68
 
        icon_button.halign = Gtk.Align.END;
69
 
        icon_button.hexpand = false;*/
70
66
        
71
67
        this.attach (name_label, 0, 0, 1, 1);
72
68
        this.attach (name_entry, 1, 0, 1, 1);