diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/patchage.glade | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/patchage.glade b/src/patchage.glade index 5afad35..0c50d59 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -725,11 +725,10 @@ The bar represents the maximum processing delay as a fraction of the time availa <child> <widget class="GtkTextView" id="status_text"> <property name="visible">True</property> - <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="wrap_mode">GTK_WRAP_WORD</property> - <property name="cursor_visible">False</property> + <property name="accepts_tab">False</property> </widget> </child> </widget> @@ -761,7 +760,6 @@ The bar represents the maximum processing delay as a fraction of the time availa <widget class="GtkAboutDialog" id="about_win"> <property name="destroy_with_parent">True</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> - <property name="name">Patchage</property> <property name="copyright" translatable="yes">© 2007 Dave Robillard</property> <property name="comments" translatable="yes">A control centre for music/audio systems</property> <property name="website">http://drobilla.net/software/patchage</property> |