From bb12d928cc3897bf973e3a92680f40c9b6f58bc1 Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Tue, 19 Jan 2016 18:28:08 +0100 Subject: [PATCH 1/2] Adding new supported image formats Don't know how long we support opening images, but this commit adds them to the *.desktop file for Linux based desktops. So "open with"-actions will now show Cura for these media-types. --- cura.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura.desktop b/cura.desktop index 8c54ffa4c3..edd482eed5 100644 --- a/cura.desktop +++ b/cura.desktop @@ -8,6 +8,6 @@ TryExec=/usr/bin/cura_app.py Icon=/usr/share/cura/resources/images/cura-icon.png Terminal=false Type=Application -MimeType=application/sla +MimeType=application/sla;image/bmp;image/gif;image/jpeg;image/png Categories=Graphics; Keywords=3D;Printing; From 0eb327b97b04386523e5a90602b2ef44253d801b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 20 Jan 2016 17:06:56 +0100 Subject: [PATCH 2/2] Increased size of modal window CURA-692 --- resources/themes/cura/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/cura/theme.json b/resources/themes/cura/theme.json index 6435b9a4a2..24cc3c541b 100644 --- a/resources/themes/cura/theme.json +++ b/resources/themes/cura/theme.json @@ -237,7 +237,7 @@ "save_button_save_to_button": [0.3, 2.7], "save_button_specs_icons": [1.4, 1.4], - "modal_window_minimum": [40.0, 30.0], + "modal_window_minimum": [60.0, 45], "wizard_progress": [10.0, 0.0], "message": [30.0, 5.0],