Fetching SelfEndorseCertificate works
diff --git a/src/warningdialog.ui b/src/warningdialog.ui
index 1edc546..e67bc40 100644
--- a/src/warningdialog.ui
+++ b/src/warningdialog.ui
@@ -13,19 +13,6 @@
<property name="windowTitle">
<string>Error</string>
</property>
- <widget class="QPushButton" name="okButton">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>160</y>
- <width>100</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
<widget class="QLabel" name="message">
<property name="geometry">
<rect>
@@ -42,6 +29,22 @@
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
+ <widget class="QPushButton" name="okButton">
+ <property name="geometry">
+ <rect>
+ <x>100</x>
+ <y>150</y>
+ <width>100</width>
+ <height>32</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>OK</string>
+ </property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
+ </widget>
</widget>
<resources/>
<connections/>