changeset 114:b0290ab29483

move the "mark as read" menu items up in the feed menu as they are used most often
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 28 May 2011 07:43:56 +0200
parents 04f8cf1558c1
children e9145e8dd698
files Ui_MainWindow.ui
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Ui_MainWindow.ui	Fri Apr 29 12:15:57 2011 +0200
+++ b/Ui_MainWindow.ui	Sat May 28 07:43:56 2011 +0200
@@ -49,9 +49,6 @@
         <attribute name="verticalHeaderVisible">
          <bool>false</bool>
         </attribute>
-        <attribute name="verticalHeaderVisible">
-         <bool>false</bool>
-        </attribute>
        </widget>
        <widget class="QWebView" name="webView">
         <property name="url">
@@ -78,9 +75,9 @@
     <property name="title">
      <string>Feed</string>
     </property>
-    <addaction name="actionAddFeed"/>
     <addaction name="actionMarkFeedRead"/>
     <addaction name="actionMarkSelectedEntriesRead"/>
+    <addaction name="actionAddFeed"/>
     <addaction name="actionUpdate"/>
     <addaction name="actionDeleteFeed"/>
     <addaction name="actionFeedSettings"/>