Switch main window to XfceTitledDialog

This commit is contained in:
Simon Steinbeiss
2021-01-05 00:43:34 +01:00
committed by Simon Steinbeiß
parent 95cc35526a
commit 10efb31f97
2 changed files with 5 additions and 6 deletions

View File

@@ -28,6 +28,8 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <libxfce4ui/libxfce4ui.h>
#include "settings.h"
#include "task-manager.h"
#include "process-window.h"

View File

@@ -1,17 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="process-window">
<requires lib="gtk+" version="3.22"/>
<object class="XfceTitledDialog" id="process-window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Task Manager</property>
<property name="default_width">490</property>
<property name="default_height">465</property>
<property name="icon_name">org.xfce.taskmanager</property>
<child>
<placeholder/>
</child>
<child>
<child internal-child="vbox">
<object class="GtkBox" id="process-vbox">
<property name="visible">True</property>
<property name="can_focus">False</property>