public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pgadmin4] rawhide: Don't start maximized
@ 2026-08-02  8:07 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-08-02  8:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pgadmin4
Branch : rawhide
Commit : 59dbffbff30008af4017b00839ff73b29386e60a
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-08-02T10:07:17+02:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pgadmin4/c/59dbffbff30008af4017b00839ff73b29386e60a?branch=rawhide

Log:
Don't start maximized

---
diff --git a/pgadmin4-qt.cpp b/pgadmin4-qt.cpp
index 206fd69..fc3129d 100644
--- a/pgadmin4-qt.cpp
+++ b/pgadmin4-qt.cpp
@@ -140,7 +140,7 @@ int main(int argc, char* argv[]) {
     view.setWindowTitle("pgAdmin4-qt - Unofficial runtime for pgadmin4");
     view.resize(1024, 768);
     view.load(url);
-    view.showMaximized();
+    view.show();
     splash.finish(&view);
 
     QMessageBox::information(&view, "pgAdmin4-qt", "This is an unofficial runtime for pgAdmin4, developed specifically to ease packaging for Fedora. Some features might be missing compared to the official runtime. When using this runtime, please submit any issues to the Fedora bugtracker at <a href=\"https://bugzilla.redhat.com\">https://bugzilla.redhat.com</a>. There is no upstream support for this runtime.");

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-02  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-02  8:07 [rpms/pgadmin4] rawhide: Don't start maximized Sandro Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox