File: fileviewgitpluginsettings.kcfg

package info (click to toggle)
dolphin-plugins 4%3A20.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,988 kB
  • sloc: cpp: 9,965; xml: 116; sh: 9; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0">
    <kcfgfile name="fileviewgitpluginrc"/>
    <group name="CommitDialogSettings">
        <entry name="commitDialogHeight" type="Int">
            <label>Dialog height</label>
            <default>300</default>
            <min>50</min>
        </entry>
        <entry name="commitDialogWidth" type="Int">
            <label>Dialog width</label>
            <default>500</default>
            <min>50</min>
        </entry>
    </group>
</kcfg>