diff options
Diffstat (limited to 'src/MainWindow.ui')
-rw-r--r-- | src/MainWindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 0ad200d..37d8579 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -118,7 +118,7 @@ <x>0</x> <y>0</y> <width>681</width> - <height>22</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menu_File"> @@ -219,6 +219,7 @@ <string>Help</string> </property> <addaction name="helpActionAbout"/> + <addaction name="helpActionHomepage"/> <addaction name="helpActionManual"/> </widget> <addaction name="menu_File"/> @@ -642,6 +643,11 @@ <string>Flush Caches</string> </property> </action> + <action name="helpActionHomepage"> + <property name="text"> + <string>OpenSCAD Homepage</string> + </property> + </action> </widget> <customwidgets> <customwidget> |