[gnome-calculator] math-window: Don't resize when changing the mode
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] math-window: Don't resize when changing the mode
- Date: Mon, 29 Mar 2021 17:34:55 +0000 (UTC)
commit 76379d5dd4e7e26d5e3207a7c4d0fd8e516a19b6
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Mar 18 15:06:26 2021 +0100
math-window: Don't resize when changing the mode
This is a bit annoying and defaults to the mobile mode instead of the
desktop one.
src/math-window.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/math-window.vala b/src/math-window.vala
index 7e0cb0f2..9b3bc2ad 100644
--- a/src/math-window.vala
+++ b/src/math-window.vala
@@ -126,7 +126,6 @@ public class MathWindow : Hdy.ApplicationWindow
}
display.set_enable_osk (remove_buttons);
- resize (1, 1);
}
public void critical_error (string title, string contents)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]