keyboard: Use content style for listboxes
This commit is contained in:
parent
bb6b3fbbcb
commit
1fa95b5fc5
6 changed files with 104 additions and 125 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue