From 9fbdb25da85f51a5e3395e4f59499fdd8651e1b0 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 29 Nov 2018 17:14:21 +0800 Subject: [PATCH] Back to classic symbol theme. Ref https://github.com/GNS3/gns3-gui/issues/2644 --- gns3server/controller/symbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gns3server/controller/symbols.py b/gns3server/controller/symbols.py index 6177ec71..6cbdbdce 100644 --- a/gns3server/controller/symbols.py +++ b/gns3server/controller/symbols.py @@ -41,7 +41,7 @@ class Symbols: # Keep a cache of symbols size self._symbol_size_cache = {} - self._current_theme = "Infinity-square-gray" + self._current_theme = "Classic" self._themes = BUILTIN_SYMBOL_THEMES @property