Fix 4K res.
This commit is contained in:
parent
aca24f3281
commit
8f50d388bd
1 changed files with 1 additions and 1 deletions
|
@ -153,6 +153,6 @@ void set_optimal_default_window_size(KotoWindow *self) {
|
|||
} else if ((workarea.width > 1920) && (workarea.width <= 2560)) { // Well aren't you hot stuff?
|
||||
gtk_widget_set_size_request(GTK_WIDGET(self), 1920, 1080);
|
||||
} else { // Now you're just flexing
|
||||
gtk_widget_set_size_request(GTK_WIDGET(self), 2560, 1400);
|
||||
gtk_widget_set_size_request(GTK_WIDGET(self), 2560, 1440);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue