Skip to content

Commit fc28cee

Browse files
authored
Gtk4Prep - Lose geometry hints (#782)
1 parent d766dbd commit fc28cee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/MainWindow.vala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -753,11 +753,6 @@ namespace Terminal {
753753
app.minimum_width = minimum_width;
754754
app.minimum_height = minimum_height;
755755

756-
Gdk.Geometry hints = Gdk.Geometry ();
757-
hints.width_inc = (int) terminal_widget.get_char_width ();
758-
hints.height_inc = (int) terminal_widget.get_char_height ();
759-
set_geometry_hints (this, hints, Gdk.WindowHints.RESIZE_INC);
760-
761756
if (focus) {
762757
notebook.selected_page = tab;
763758
}

0 commit comments

Comments
 (0)