mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
opt chatModel, linux same startup height as dart
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -64,7 +64,7 @@ static void my_application_activate(GApplication* application) {
|
||||
int width = 800, height = 600;
|
||||
if (gIsConnectionManager) {
|
||||
width = 300;
|
||||
height = 400;
|
||||
height = 490;
|
||||
}
|
||||
gtk_window_set_default_size(window, width, height); // <-- comment this line
|
||||
gtk_widget_show(GTK_WIDGET(window));
|
||||
|
||||
Reference in New Issue
Block a user