Changeset 9cfe831e42e913a0bfb7a24fe165328e9e195db3


Ignore:
Timestamp:
23/08/10 11:29:56 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
90eed8929923fd1bd79b5e03e243d0169b84b708
Parents:
8ae5c246a16cfc5da6d1ad2b014ff0e33f421a67
git-committer:
Matias De la Puente <mfpuente.ar@…> (23/08/10 11:29:56)
Message:

ProfileDialogView?: Improve user interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucprofiledialogview.vala

    r7475ad2 r9cfe831  
    7171                //Profile general settings 
    7272                var vbox = new VBox (false, 0); 
     73                vbox.border_width = 2; 
    7374                 
    74                 var hbox = new HBox (false, 0); 
    75                 hbox.pack_start (new Label (_("Profile name:")), true, true, 5); 
    76                 hbox.pack_start (_profile_name_entry, true, true, 5); 
    77                 vbox.pack_start (hbox, true, true, 5); 
     75                ViewUtils.add_vbox_label (vbox, _("Profile name:"), _profile_name_entry); 
    7876                 
    7977                vbox.pack_start (_is_public_profile_check, true, true, 5); 
     
    8482                //Profile files 
    8583                vbox = new VBox (false, 0); 
     84                vbox.border_width = 2; 
     85                 
    8686                vbox.pack_start (_files_check_list, true, true, 0); 
    8787                 
Note: See TracChangeset for help on using the changeset viewer.