elementary / switchboard-plug-applications

Switchboard Applications Plug
https://elementary.io
GNU General Public License v3.0
14 stars 12 forks source link

descriptive placeholder, insensitive view #114

Closed danirabbit closed 4 years ago

danirabbit commented 4 years ago

Listbox will automatically hide and show the placeholder as appropriate, so you don't need to only construct it if the list is empty. But you do need to make sure to call show_all ()

I made the whole listbox insensitive instead of just the switch. It's simpler and I think it's more clear too