These changes make applications panel adhere to the new mockups. Sidebar is removed instead applications can be searched directly in the main panel.
12 lines
291 B
XML
12 lines
291 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcApplicationsRow" parent="AdwActionRow">
|
|
|
|
<child type="suffix">
|
|
<object class="GtkImage">
|
|
<property name="icon-name">go-next-symbolic</property>
|
|
</object>
|
|
</child>
|
|
|
|
</template>
|
|
</interface>
|