[gegl] bin: improve and reorder labels in preferences
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] bin: improve and reorder labels in preferences
- Date: Sun, 24 Feb 2019 23:51:19 +0000 (UTC)
commit 5655c43d93ee5a8b5e654dadfe663a4a9407e386
Author: Øyvind Kolås <pippin gimp org>
Date: Mon Feb 25 00:51:01 2019 +0100
bin: improve and reorder labels in preferences
bin/lua/preferences.lua | 8 ++++----
bin/ui.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/bin/lua/preferences.lua b/bin/lua/preferences.lua
index 23c90f6e5..a80acc76f 100644
--- a/bin/lua/preferences.lua
+++ b/bin/lua/preferences.lua
@@ -70,13 +70,13 @@ mrg:print("\n")
mrg:set_style("font-size: 3vh");
mrg:print("threads: " .. Gegl.config().threads .. "\n")
-mrg:print("queue-size: " .. Gegl.config().queue_size.. "\n")
-mrg:print("application-license: " .. Gegl.config().application_license.. "\n")
-mrg:print("swap: " .. Gegl.config().swap .. "\n")
-mrg:print("swap-compression: " .. Gegl.config().swap_compression .. "\n")
mrg:print("tile-size: " .. Gegl.config().tile_width .. 'x' .. Gegl.config().tile_height .."\n")
mrg:print("tile-cache-size: " .. (Gegl.config().tile_cache_size / 1024 / 1024) .. 'mb\n')
+mrg:print("swap-compression: " .. Gegl.config().swap_compression .. "\n")
+mrg:print("swap: " .. Gegl.config().swap .. "\n")
+mrg:print("max file backend write queue-size: " .. (Gegl.config().queue_size / 1024/1024 ) .. "mb\n")
mrg:print("chunk-size: " .. (Gegl.config().chunk_size / 1024 / 1024) .. 'mb\n')
+mrg:print("application-license: " .. Gegl.config().application_license.. "\n")
diff --git a/bin/ui.c b/bin/ui.c
index 6e598ec82..f0b1da02b 100644
--- a/bin/ui.c
+++ b/bin/ui.c
@@ -5701,7 +5701,7 @@ static void gegl_ui (Mrg *mrg, void *data)
else
#endif
{
- mrg_printf ("non-lua preferences NYI\n");
+ mrg_printf (mrg, "non-lua preferences NYI\n");
canvas_touch_handling (mrg, o);
//ui_viewer (o);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]