/usr/share/kadu/plugins/configuration/simpleview.ui is in kadu-common 0.12.3-3.
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="Look">
<tab name="Simple view">
<group-box name="General">
<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="Borderless" config-section="Look" config-item="SimpleViewBorderless" id="simple_view/Borderless" />
</group-box>
</tab>
</section>
</configuration-ui>
|