mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Maximize window by default
Previously was hard-coded to 800x600 which was petite
This commit is contained in:
@@ -73,7 +73,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_title(GTK_WINDOW(window), "Atom");
|
||||
gtk_window_set_default_size(GTK_WINDOW(window), 800, 600);
|
||||
gtk_window_maximize(GTK_WINDOW(window));
|
||||
|
||||
g_signal_connect(window, "focus", G_CALLBACK(&HandleFocus), NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user