mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<requires lib="libadwaita" version="1.2"/>
|
|
<object class="GtkScrolledWindow" id="box_isolate_workspaces_options">
|
|
<property name="height-request">300</property>
|
|
<property name="vexpand">True</property>
|
|
<property name="width-request">600</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="margin-bottom">32</property>
|
|
<property name="margin-end">32</property>
|
|
<property name="margin-start">32</property>
|
|
<property name="margin-top">32</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">24</property>
|
|
<child>
|
|
<object class="AdwPreferencesGroup">
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="subtitle">Alt-Tab menu</property>
|
|
<property name="title" translatable="yes">Isolate workspaces in gnome-shell Application Switcher</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="isolate_workspaces_app_switcher_switch">
|
|
<property name="valign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|