Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10668964
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
592 B
Subscribers
None
View Options
diff --git a/src/window.vala b/src/window.vala
index 5a31baa..17d84f1 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -1,17 +1,19 @@
public class WriteAs.MainWindow : Gtk.ApplicationWindow {
private Gtk.TextView canvas;
construct {
var header = new Gtk.HeaderBar();
header.title = "";
header.show_close_button = true;
set_titlebar(header);
canvas = new Gtk.TextView();
add(canvas);
}
public MainWindow(Gtk.Application app) {
set_application(app);
+
+ set_default_size(800, 600);
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, May 15, 12:13 PM (22 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239708
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment