keyboard: Use content style for listboxes

This commit is contained in:
Mohammed Sadiq 2021-05-12 19:07:58 +05:30 committed by Robert Ancell
parent bb6b3fbbcb
commit 1fa95b5fc5
6 changed files with 104 additions and 125 deletions

View file

@ -5,6 +5,9 @@
<property name="can_focus">True</property>
<property name="selection-mode">none</property>
<signal name="row_activated" handler="input_row_activated_cb" object="CcInputListBox" swapped="yes"/>
<style>
<class name="content"/>
</style>
<child>
<object class="GtkListBoxRow" id="no_inputs_row">
<property name="visible">True</property>
@ -47,4 +50,4 @@
<widget name="no_inputs_row"/>
</widgets>
</object>
</interface>
</interface>