Skip to content
Snippets Groups Projects
Commit a421c906 authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #9495 Make help button smaller

parent c6802950
No related branches found
No related tags found
No related merge requests found
...@@ -437,6 +437,12 @@ ...@@ -437,6 +437,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<widget class="QPushButton" name="help"> <widget class="QPushButton" name="help">
<property name="maximumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="text"> <property name="text">
<string>?</string> <string>?</string>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment