summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorApoorv Sachan <apoorv.99.sachan@gmail.com>2020-07-04 18:59:06 +0530
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-08-05 13:48:10 +0000
commitf64ea0a528b09ab67fd1d39d1f59ea31a515f0ac (patch)
treef37bf4c00e19063a28cccf095e72af61309756ca /src/resources
parented700c6fc2c5684d7c89ee95cae593d04218e66f (diff)
downloadnautilus-f64ea0a528b09ab67fd1d39d1f59ea31a515f0ac.tar.gz
properties-window: Add "Open With" tab to template
This commit only creates outer container of the Open With tab. Inner widgets are ported in the next commit.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/ui/nautilus-properties-window.ui24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 37a5c6315..f2caa3259 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -1168,6 +1168,30 @@
</packing>
</child>
<child>
+ <object class="GtkBox" id="open_with_box">
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_expand">True</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Open With</property>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
+ <child>
<placeholder/>
</child>
<child type="tab">