diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index c9f0578..af421a7 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -313,6 +313,9 @@ </property> </action> <action name="actionRoot"> + <property name="icon"> + <iconset theme="go-top"/> + </property> <property name="text"> <string>Root</string> </property> @@ -324,6 +327,9 @@ </property> </action> <action name="actionParent"> + <property name="icon"> + <iconset theme="go-up"/> + </property> <property name="text"> <string>Parent</string> </property> |
