public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pgadmin4] rawhide: Don't start maximized
Date: Sun, 02 Aug 2026 08:07:30 GMT [thread overview]
Message-ID: <178565805059.1.2931839242689706932.rpms-pgadmin4-59dbffbff300@fedoraproject.org> (raw)
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.");
reply other threads:[~2026-08-02 8:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178565805059.1.2931839242689706932.rpms-pgadmin4-59dbffbff300@fedoraproject.org \
--to=manisandro@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox