Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BtScan: rewrite as granite.messagedialog, gtk4 prep #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danirabbit
Copy link
Member

  • There doesn't seem to be a good reason to hold a ref to the application here?
  • Use Granite.MessageDialog to save ourselves some layout pains
  • Use modern functions of scrolled window instead of hardcoding a height
  • Make sure dialog is resizable
  • Code style
  • Remove redundant list header

@danirabbit danirabbit requested a review from a team July 19, 2024 18:38
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
/*
* SPDX-License-Identifier: LGPL-3.0-or-later
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* SPDX-License-Identifier: LGPL-3.0-or-later
* SPDX-License-Identifier: GPL-3.0-or-later

Because the previous (deleted) comments says GNU General Public License, and plus this is not a library.

@ryonakano
Copy link
Contributor

Also, the width of the frame is changed with this branch; now we have a wider left margin with the frame. Is this intentional?

Before

スクリーンショット 2024-07-20 00 02 36

After

スクリーンショット 2024-07-20 00 02 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants