mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 07:39:36 +08:00
opt: add init frame size
Signed-off-by: Kingtous <kingtous@qq.com>
This commit is contained in:
parent
0eacb6706a
commit
02aa676030
@ -50,7 +50,7 @@ static void my_application_activate(GApplication* application) {
|
||||
|
||||
auto bdw = bitsdojo_window_from(window); // <--- add this line
|
||||
bdw->setCustomFrame(true); // <-- add this line
|
||||
//gtk_window_set_default_size(window, 1280, 720); // <-- comment this line
|
||||
gtk_window_set_default_size(window, 1280, 720); // <-- comment this line
|
||||
gtk_widget_show(GTK_WIDGET(window));
|
||||
|
||||
g_autoptr(FlDartProject) project = fl_dart_project_new();
|
||||
|
Loading…
Reference in New Issue
Block a user