Disable selection on cart

master
Markus Koch 2019-07-26 21:59:12 +02:00
parent 40aba2eb44
commit f075b6c83f
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
<object class="GtkListBox" id="list_main">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="selection_mode">none</property>
</object>
</child>
</object>