/usr/share/kadu/plugins/configuration/simpleview.ui is in kadu-common 4.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
<section name="Extras" icon="image-loading">
<tab name="Simple View">
<group-box name="Options">
<check-box caption="Keep contact list size" config-section="Look" config-item="SimpleViewKeepSize" id="simple_view/KeepSize" />
<check-box caption="Hide scroll bar" config-section="Look" config-item="SimpleViewNoScrollBar" id="simple_view/NoScrollBar" />
<check-box caption="Hide window borders" config-section="Look" config-item="SimpleViewBorderless" id="simple_view/Borderless" />
</group-box>
</tab>
</section>
</configuration-ui>
|