diff options
Diffstat (limited to 'src/settings')
| -rw-r--r-- | src/settings/dolphin_detailsmodesettings.kcfg | 4 | ||||
| -rw-r--r-- | src/settings/dolphin_detailsmodesettings.upd | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/src/settings/dolphin_detailsmodesettings.kcfg b/src/settings/dolphin_detailsmodesettings.kcfg index 2a70cc1ff..55a78378a 100644 --- a/src/settings/dolphin_detailsmodesettings.kcfg +++ b/src/settings/dolphin_detailsmodesettings.kcfg @@ -40,8 +40,8 @@ <label>Position of columns</label> <default>0,1,2,3,4,5,6,7,8</default> </entry> - <entry name="LeadingPadding" type="UInt"> - <label>Leading Column Padding</label> + <entry name="SidePadding" type="UInt"> + <label>Side Padding</label> <default>20</default> </entry> <entry name="ExpandableFolders" type="Bool"> diff --git a/src/settings/dolphin_detailsmodesettings.upd b/src/settings/dolphin_detailsmodesettings.upd new file mode 100644 index 000000000..091fee52c --- /dev/null +++ b/src/settings/dolphin_detailsmodesettings.upd @@ -0,0 +1,8 @@ +#Configuration update for Dolphin +Version=5 + +#Rename LeadingPadding to SidePadding +Id=rename-leading-padding +File=dolphinrc +Group=DetailsMode +Key=LeadingPadding,SidePadding
\ No newline at end of file |
