Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
35b754f6 by wurstsalat at 2022-11-08T16:02:10+01:00
cfix: Preferences: Revert preview file size units

- - - - -


1 changed file:

- gajim/gtk/preferences.py


Changes:

=====================================
gajim/gtk/preferences.py
=====================================
@@ -409,11 +409,11 @@ def _reset_print_status(button: Gtk.Button) -> None:
 class FilePreview(PreferenceBox):
     def __init__(self, *args: Any) -> None:
         sizes = {
-            262144: '256 KB',
-            524288: '512 KB',
-            1048576: '1 MB',
-            5242880: '5 MB',
-            10485760: '10 MB',
+            262144: '256 KiB',
+            524288: '512 KiB',
+            1048576: '1 MiB',
+            5242880: '5 MiB',
+            10485760: '10 MiB',
         }
 
         settings = [



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/35b754f6d1a9ef0f0dd47127970347703977e312

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/35b754f6d1a9ef0f0dd47127970347703977e312
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to