[gnome-calculator] math-window: Don't resize when changing the mode



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]