Skip to content
  • APOORV SACHAN's avatar
    properties-window: Populate Name row from template · b41d44d1
    APOORV SACHAN authored and António Fernandes's avatar António Fernandes committed
    We have been creating either an entry or a label for the name field,
    depending on whether we were able to edit the name or not.
    
    In GtkBuilder UI definitions we cannot do this anymore, as we have
    to define and build both the entry and the label.
    
    So, in order to only show the one we want on each situation, we are
    introducing a GtkStack to contain both.
    b41d44d1