add options to change the cat scalling (#3380)
This commit is contained in:
commit
9cdfeb5fcd
8 changed files with 187 additions and 56 deletions
|
@ -786,6 +786,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
|||
// The cat
|
||||
m_settings->registerSetting("TheCat", false);
|
||||
m_settings->registerSetting("CatOpacity", 100);
|
||||
m_settings->registerSetting("CatFit", "fit");
|
||||
|
||||
m_settings->registerSetting("StatusBarVisible", true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue