Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
@@ -29,13 +29,9 @@ cfg::ConfiguratorWindow::ConfiguratorWindow() {
|
||||
|
||||
// determine window title
|
||||
if (cfg::CONFIGURATOR_TYPE == cfg::ConfigType::Config) {
|
||||
WINDOW_TITLE = "spice2x config - a fork of SpiceTools (" + to_string(VERSION_STRING_CFG) + ")";
|
||||
WINDOW_TITLE = "spice2x config (" + to_string(VERSION_STRING_CFG) + ")";
|
||||
WINDOW_SIZE_X = 800;
|
||||
WINDOW_SIZE_Y = 600;
|
||||
} else if (cfg::CONFIGURATOR_TYPE == cfg::ConfigType::KFControl) {
|
||||
WINDOW_TITLE = "KFControl (" + to_string(VERSION_STRING_CFG) + ")";
|
||||
WINDOW_SIZE_X = 400;
|
||||
WINDOW_SIZE_Y = 316;
|
||||
}
|
||||
|
||||
// open window
|
||||
|
||||
Reference in New Issue
Block a user