From bc05ad30aa7c3da5d76947e82012f50466bb5d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 20 Jul 2014 23:47:46 +0200 Subject: Rework the settings dialog. Rework all of it. Thoroughly. Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/ --- resources/multimc/16x16/minecraft.png | Bin 0 -> 782 bytes resources/multimc/24x24/minecraft.png | Bin 0 -> 1500 bytes resources/multimc/256x256/minecraft.png | Bin 0 -> 49869 bytes resources/multimc/32x32/minecraft.png | Bin 0 -> 2495 bytes resources/multimc/48x48/minecraft.png | Bin 0 -> 5077 bytes resources/multimc/index.theme | 3 + resources/multimc/multimc.qrc | 13 + resources/multimc/scalable/java.svg | 773 ++++++++++++++++++++++++++++++++ resources/multimc/scalable/proxy.svg | 260 +++++++++++ 9 files changed, 1049 insertions(+) create mode 100644 resources/multimc/16x16/minecraft.png create mode 100644 resources/multimc/24x24/minecraft.png create mode 100644 resources/multimc/256x256/minecraft.png create mode 100644 resources/multimc/32x32/minecraft.png create mode 100644 resources/multimc/48x48/minecraft.png create mode 100644 resources/multimc/scalable/java.svg create mode 100644 resources/multimc/scalable/proxy.svg (limited to 'resources/multimc') diff --git a/resources/multimc/16x16/minecraft.png b/resources/multimc/16x16/minecraft.png new file mode 100644 index 00000000..e9f2f2a5 Binary files /dev/null and b/resources/multimc/16x16/minecraft.png differ diff --git a/resources/multimc/24x24/minecraft.png b/resources/multimc/24x24/minecraft.png new file mode 100644 index 00000000..b31177c9 Binary files /dev/null and b/resources/multimc/24x24/minecraft.png differ diff --git a/resources/multimc/256x256/minecraft.png b/resources/multimc/256x256/minecraft.png new file mode 100644 index 00000000..77e3f03e Binary files /dev/null and b/resources/multimc/256x256/minecraft.png differ diff --git a/resources/multimc/32x32/minecraft.png b/resources/multimc/32x32/minecraft.png new file mode 100644 index 00000000..816bec98 Binary files /dev/null and b/resources/multimc/32x32/minecraft.png differ diff --git a/resources/multimc/48x48/minecraft.png b/resources/multimc/48x48/minecraft.png new file mode 100644 index 00000000..38fc9f6c Binary files /dev/null and b/resources/multimc/48x48/minecraft.png differ diff --git a/resources/multimc/index.theme b/resources/multimc/index.theme index 8e1241e9..5f7d3f3f 100644 --- a/resources/multimc/index.theme +++ b/resources/multimc/index.theme @@ -32,6 +32,9 @@ Size=48 [64x64] Size=64 +[256x256] +Size=256 + [scalable] Size=48 Type=Scalable diff --git a/resources/multimc/multimc.qrc b/resources/multimc/multimc.qrc index 0575bbf0..b0a1b3ab 100644 --- a/resources/multimc/multimc.qrc +++ b/resources/multimc/multimc.qrc @@ -11,6 +11,19 @@ scalable/console_error.svg + + scalable/proxy.svg + + + scalable/java.svg + + + 16x16/minecraft.png + 24x24/minecraft.png + 32x32/minecraft.png + 48x48/minecraft.png + 256x256/minecraft.png + 16x16/about.png 22x22/about.png diff --git a/resources/multimc/scalable/java.svg b/resources/multimc/scalable/java.svg new file mode 100644 index 00000000..fd15e5c6 --- /dev/null +++ b/resources/multimc/scalable/java.svg @@ -0,0 +1,773 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/multimc/scalable/proxy.svg b/resources/multimc/scalable/proxy.svg new file mode 100644 index 00000000..55ee6f93 --- /dev/null +++ b/resources/multimc/scalable/proxy.svg @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3