diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:07:43 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-18 22:07:43 +0100 |
commit | a01af63eeaf34926dab56b9458e490fce0378de8 (patch) | |
tree | 88157b55cfa34327df043d0347aa68c0a5f678ef /portato | |
parent | 9fc80ac9b4fdb7589e66923d79bbd45e80758630 (diff) | |
download | portato-a01af63eeaf34926dab56b9458e490fce0378de8.tar.gz portato-a01af63eeaf34926dab56b9458e490fce0378de8.tar.bz2 portato-a01af63eeaf34926dab56b9458e490fce0378de8.zip |
Hide console menu
Diffstat (limited to 'portato')
-rw-r--r-- | portato/gui/templates/MainWindow.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index 3f5f7bf..914207b 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -117,6 +117,7 @@ </child> <child> <object class="GtkAction" id="hiddenConsoleMenu"> + <property name="visible">False</property> <property name="name">hiddenConsoleMenu</property> <property name="label" translatable="yes">Console</property> </object> |