2020-09-22 23:10:16 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<stetic-interface>
|
|
|
|
<configuration>
|
|
|
|
<images-root-path>..</images-root-path>
|
|
|
|
</configuration>
|
|
|
|
<import>
|
2020-10-22 22:59:42 +01:00
|
|
|
<widget-library name="../net-libs/appindicator3-sharp.dll" />
|
2021-03-19 11:17:39 +00:00
|
|
|
<widget-library name="../bin/Debug/MelonVPNClient.exe" internal="true" />
|
2020-09-22 23:10:16 +01:00
|
|
|
</import>
|
|
|
|
<widget class="Gtk.Window" id="MainWindow" design-size="204 86">
|
|
|
|
<property name="MemberName" />
|
|
|
|
<property name="Title" translatable="yes">MainWindow</property>
|
|
|
|
<property name="WindowPosition">CenterOnParent</property>
|
|
|
|
<signal name="DeleteEvent" handler="OnDeleteEvent" />
|
2020-10-23 11:45:59 +01:00
|
|
|
<signal name="VisibilityNotifyEvent" handler="OnVisibilityNotifyEvent" />
|
2020-09-22 23:10:16 +01:00
|
|
|
<child>
|
|
|
|
<widget class="Gtk.Fixed" id="fixed1">
|
|
|
|
<property name="MemberName" />
|
|
|
|
<property name="HasWindow">False</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</stetic-interface>
|