summaryrefslogtreecommitdiff
path: root/data/ui
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-04-21 08:42:06 +0200
committerMarcus Lundblad <ml@dfupdate.se>2023-04-21 08:42:06 +0200
commit4706517fc8f28a40a84a65146c621fce0c5f20af (patch)
tree457813e2061f1823bf65804ae7a2c12f387a9d6b /data/ui
parent5c8d16861f20f85f4167dcecb761bf9a5fb472a1 (diff)
downloadgnome-maps-4706517fc8f28a40a84a65146c621fce0c5f20af.tar.gz
sendToDialog: Unbreak OpenWithRowswip/mlundblad/port-openwithrow-gtk4
Port the missing OpenWithRow to GTK4, this was broken since the GTK4 port, causing the dialog to not work when there are installed apps supporting geo: (and Maps running as non-Flatpak).
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/open-with-row.ui19
1 files changed, 8 insertions, 11 deletions
diff --git a/data/ui/open-with-row.ui b/data/ui/open-with-row.ui
index d236a2a8..f56afa4a 100644
--- a/data/ui/open-with-row.ui
+++ b/data/ui/open-with-row.ui
@@ -1,29 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <requires lib="gtk+" version="3.12"/>
+ <requires lib="gtk" version="4.0"/>
<template class="Gjs_OpenWithRow" parent="GtkListBoxRow">
- <property name="visible">True</property>
- <child>
+ <property name="child">
<object class="GtkBox">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="spacing">12</property>
- <property name="margin">6</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">6</property>
+ <property name="margin-top">6</property>
+ <property name="margin-bottom">6</property>
<child>
<object class="GtkImage" id="icon">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="pixel-size">32</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="halign">start</property>
</object>
</child>
</object>
- </child>
+ </property>
</template>
</interface>
+