diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-18 21:07:33 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-18 11:23:23 +0100 |
| commit | fd233bc12f40039c404d1e8669c2f6a884178758 (patch) | |
| tree | ffb238bc6c853e2b12bd2ed13dac4539b43ba337 /src/mainwindow.ui | |
| parent | 42813aa9ef1b6ada776cf0938ba02dad48a17422 (diff) | |
| download | kristall-fd233bc12f40039c404d1e8669c2f6a884178758.tar.gz | |
Update help.gemini
Also add icons to root/parent navigation menu options, and move the preferences for them in the settings dialog
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> |
