im.pidgin.Finch3.yml

Tue, 06 Sep 2022 00:26:42 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 06 Sep 2022 00:26:42 -0500
changeset 41654
fe90b5f62e88
parent 40513
6d79c7cf9699
permissions
-rw-r--r--

Port away page combo boxes to drop downs

The "From keyboard or mouse usage" line was too long and became ellipsized, so I set these rows to use subtitles. I think this looks a bit better here.

I also changed the proxy type combo row that was changed earlier to use the subtitle. It could go either way, as the options are short, and it also opens a bunch of sub rows, but it looked nice to be consistent.

Testing Done:
Opened prefs and changes Status/Idle settings a bit.

Reviewed at https://reviews.imfreedom.org/r/1729/

---
id: im.pidgin.Finch3
runtime: org.gnome.Platform
runtime-version: '3.36'
sdk: org.gnome.Sdk
command: finch3
finish-args:
  - --share=ipc
  - --socket=x11
  - --share=network
  - --talk-name=org.freedesktop.Notifications
  - --system-talk-name=org.freedesktop.Avahi
modules:
  - packaging/flatpak/libpurple-common.yml
  - packaging/flatpak/libgnt.yml
  - name: finch3
    buildsystem: meson
    config-opts:
      - -Dgtkui=false
      - -Ddoc=false
    sources:
      - type: dir
        path: '.'

mercurial