diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-17 17:59:22 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-17 17:59:22 +0200 |
| commit | 2e1cec5d5d11243ae7ec9e0b137fbd1e811075a4 (patch) | |
| tree | 5edbc91cf3f697cc36c720c677388354f52a0216 /raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/unitrc | |
| parent | b6d57219ee27305d040b9e6b05cdd450e2df9f36 (diff) | |
| download | RaveOS-PKGBUILD-2e1cec5d5d11243ae7ec9e0b137fbd1e811075a4.tar.gz RaveOS-PKGBUILD-2e1cec5d5d11243ae7ec9e0b137fbd1e811075a4.zip | |
fix app/tools
Diffstat (limited to 'raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/unitrc')
| -rw-r--r-- | raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/unitrc | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/unitrc b/raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/unitrc deleted file mode 100644 index 0fdcbf6..0000000 --- a/raveos-app-installer/data/configs/PhotoGIMP/.config/GIMP/3.0/unitrc +++ /dev/null @@ -1,39 +0,0 @@ -# GIMP units -# -# This file contains the user unit database. You can edit this list with the -# unit editor. You are not supposed to edit it manually, but of course you -# can do. -# This file will be entirely rewritten each time you exit. - -(unit-info "centimeters" - (factor 2.54) - (digits 2) - (symbol "cm") - (abbreviation "cm")) -(unit-info "meters" - (factor 0.025399999999999999) - (digits 4) - (symbol "m") - (abbreviation "m")) -(unit-info "feet" - (factor 0.083333000000000004) - (digits 4) - (symbol "'") - (abbreviation "ft")) -(unit-info "yards" - (factor 0.027778000000000001) - (digits 4) - (symbol "yd") - (abbreviation "yd")) -(unit-info "typogr. points" - (factor 72.269999999999996) - (digits 0) - (symbol "tpt") - (abbreviation "tpt")) -(unit-info "typogr. picas" - (factor 6.0225) - (digits 1) - (symbol "tpc") - (abbreviation "tpc")) - -# end of units |