summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/qt/main_window.ui12
-rw-r--r--ui/qt/search_frame.ui12
2 files changed, 24 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 9e562f0149..021d7880d3 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -86,6 +86,12 @@
<property name="default">
<bool>true</bool>
</property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>27</height>
+ </size>
+ </property>
</widget>
</item>
<item>
@@ -93,6 +99,12 @@
<property name="text">
<string>Cancel</string>
</property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>27</height>
+ </size>
+ </property>
</widget>
</item>
</layout>
diff --git a/ui/qt/search_frame.ui b/ui/qt/search_frame.ui
index 917badf1f1..5b5aac2745 100644
--- a/ui/qt/search_frame.ui
+++ b/ui/qt/search_frame.ui
@@ -148,6 +148,12 @@
<property name="default">
<bool>true</bool>
</property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>27</height>
+ </size>
+ </property>
</widget>
</item>
<item>
@@ -155,6 +161,12 @@
<property name="text">
<string>Cancel</string>
</property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>27</height>
+ </size>
+ </property>
</widget>
</item>
</layout>