diff options
| author | jvoisin | 2013-06-27 21:08:10 +0200 |
|---|---|---|
| committer | jvoisin | 2013-06-27 21:08:10 +0200 |
| commit | 103a41431bff76117c7c68fd8be6dce3271deae0 (patch) | |
| tree | 49b035d0160d78d97d6299bdcff720217c75697f | |
| parent | 5e06083ab913de593bd560a4e3d94a0b6abfba8e (diff) | |
Fix the "clear list" menu item
| -rw-r--r-- | data/mat.ui | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/data/mat.ui b/data/mat.ui index 8e96efe..43d19e1 100644 --- a/data/mat.ui +++ b/data/mat.ui | |||
| @@ -92,6 +92,7 @@ | |||
| 92 | <property name="can_focus">False</property> | 92 | <property name="can_focus">False</property> |
| 93 | <property name="image">image1</property> | 93 | <property name="image">image1</property> |
| 94 | <property name="use_stock">False</property> | 94 | <property name="use_stock">False</property> |
| 95 | <signal name="activate" handler="cb_clear_list" swapped="no"/> | ||
| 95 | </object> | 96 | </object> |
| 96 | </child> | 97 | </child> |
| 97 | </object> | 98 | </object> |
| @@ -435,15 +436,10 @@ | |||
| 435 | <object class="GtkBox" id="supported_vbox"> | 436 | <object class="GtkBox" id="supported_vbox"> |
| 436 | <property name="can_focus">False</property> | 437 | <property name="can_focus">False</property> |
| 437 | <property name="orientation">vertical</property> | 438 | <property name="orientation">vertical</property> |
| 438 | <property name="spacing">10</property> | ||
| 439 | <child> | 439 | <child> |
| 440 | <object class="GtkGrid" id="supported_grid"> | 440 | <object class="GtkGrid" id="supported_grid"> |
| 441 | <property name="visible">True</property> | 441 | <property name="visible">True</property> |
| 442 | <property name="can_focus">False</property> | 442 | <property name="can_focus">False</property> |
| 443 | <property name="halign">center</property> | ||
| 444 | <property name="valign">center</property> | ||
| 445 | <property name="hexpand">True</property> | ||
| 446 | <property name="vexpand">True</property> | ||
| 447 | <property name="row_spacing">5</property> | 443 | <property name="row_spacing">5</property> |
| 448 | <property name="column_spacing">5</property> | 444 | <property name="column_spacing">5</property> |
| 449 | <child> | 445 | <child> |
| @@ -517,7 +513,6 @@ | |||
| 517 | <object class="GtkComboBoxText" id="supported_cbox"> | 513 | <object class="GtkComboBoxText" id="supported_cbox"> |
| 518 | <property name="visible">True</property> | 514 | <property name="visible">True</property> |
| 519 | <property name="can_focus">False</property> | 515 | <property name="can_focus">False</property> |
| 520 | <property name="hexpand">True</property> | ||
| 521 | <property name="border_width">5</property> | 516 | <property name="border_width">5</property> |
| 522 | <property name="has_entry">True</property> | 517 | <property name="has_entry">True</property> |
| 523 | <property name="entry_text_column">1</property> | 518 | <property name="entry_text_column">1</property> |
