ui: reset window layout option in view menu

This commit is contained in:
malte_langkabel
2017-04-10 18:45:32 +02:00
parent 050e31c1fd
commit 23341d63d0
11 changed files with 40 additions and 25 deletions
+5
View File
@@ -7,6 +7,11 @@ std::string ResourcePaths::getColorSchemesPath()
return AppPath::getAppPath() + "data/color_schemes/";
}
std::string ResourcePaths::getFallbackPath()
{
return AppPath::getAppPath() + "data/fallback/";
}
std::string ResourcePaths::getFontsPath()
{
return AppPath::getAppPath() + "data/fonts/";
+1
View File
@@ -7,6 +7,7 @@ class ResourcePaths
{
public:
static std::string getColorSchemesPath();
static std::string getFallbackPath();
static std::string getFontsPath();
static std::string getGuiPath();
static std::string getJavaPath();