/usr/share/kadu/configuration/dialog-look-chat-advanced.ui is in kadu-common 4.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 13 14 15 16 17 | <configuration-ui>
<section name="Look">
<tab name="Chat">
<group-box name="Headers and Separators">
<spin-box caption="Chat header separators height" config-section="Look" config-item="HeaderSeparatorHeight" min-value="0" max-value="100" id="chatHeaderSeparatorsHeight" />
<spin-box caption="Message separators height" config-section="Look" config-item="ParagraphSeparator" min-value="0" max-value="100" id="messageSeparatorsHeight" />
<check-box caption="Remove chat header repetitions" config-section="Look" config-item="NoHeaderRepeat" id="noHeaderRepeat" />
<spin-box caption="Interval between header removal" config-section="Look" config-item="NoHeaderInterval" min-value="1" max-value="100" suffix="%n minute(s)" id="noHeaderInterval" parent-widget="noHeaderRepeat" />
</group-box>
<group-box name="Server Time">
<check-box caption="Hide server time" config-section="Look" config-item="NoServerTime" id="removeServerTime" />
<spin-box caption="Maximum time difference" config-section="Look" config-item="NoServerTimeDiff" min-value="1" max-value="600" suffix="%n second(s)" id="maxTimeDifference" parent-widget="removeServerTime" />
</group-box>
</tab>
</section>
</configuration-ui>
|