We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c58d1 commit e51beb4Copy full SHA for e51beb4
src/MainWindow.vala
@@ -326,11 +326,8 @@ namespace Terminal {
326
327
title_stack = new Gtk.Stack () {
328
transition_type = Gtk.StackTransitionType.SLIDE_UP_DOWN,
329
- hhomogeneous = false,
330
- hexpand = false
+ hhomogeneous = false
331
};
332
-
333
- search_toolbar.width_request = 300;
334
title_stack.add (title_label);
335
title_stack.add (search_toolbar);
336
// Must show children before visible_child can be set
@@ -339,6 +336,7 @@ namespace Terminal {
339
title_stack.visible_child = title_label;
340
337
341
338
header = new Hdy.HeaderBar () {
+ centering_policy = STRICT,
342
show_close_button = true,
343
has_subtitle = false
344
0 commit comments