1
0
Fork 0
forked from Miroirs/x49gp

bit less harddcode

This commit is contained in:
Gwenhael Le Moine 2024-10-30 15:50:23 +01:00
parent 9c6da9257a
commit 08488a1363
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -3300,7 +3300,7 @@ static int gui_load( x49gp_module_t* module, GKeyFile* keyfile )
ui->lcd_y_offset = 48; // 69;
ui->kb_x_offset = 10; // 36;
ui->kb_y_offset = 280; // 301;
ui->kb_y_offset = ui->lcd_y_offset + ui->lcd_height + 56;// 280; // 301;
ui->window = gtk_window_new( GTK_WINDOW_TOPLEVEL );
gtk_widget_set( ui->window, "can-focus", true, NULL );