kde-workspace/dolphin/plugins/git/fileviewgitpluginsettings.kcfg
Ivailo Monev f68295ea28 generic: move sub-projects from kde-baseapps [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-14 21:56:54 +03:00

18 lines
611 B
XML

<?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>