Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: delete empty "file" toolbar

Changeset c7e0f3b766fd

Parent e6975dab4465

by Adrian Buehlmann

Changes to 2 files · Browse files at c7e0f3b766fd Showing diff from parent e6975dab4465 Diff from another changeset...

 
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
 
77
78
79
 
 
 
 
 
 
 
 
 
 
 
80
81
82
@@ -77,17 +77,6 @@
  <addaction name="menuHelp"/>   </widget>   <widget class="QStatusBar" name="statusbar"/> - <widget class="QToolBar" name="toolBar_file"> - <property name="windowTitle"> - <string>File toolbar</string> - </property> - <attribute name="toolBarArea"> - <enum>TopToolBarArea</enum> - </attribute> - <attribute name="toolBarBreak"> - <bool>false</bool> - </attribute> - </widget>   <widget class="QToolBar" name="toolBar_edit">   <property name="enabled">   <bool>true</bool>
 
2
3
4
5
 
6
7
8
 
43
44
45
46
47
48
49
50
51
 
105
106
107
108
109
110
111
 
2
3
4
 
5
6
7
8
 
43
44
45
 
 
 
46
47
48
 
102
103
104
 
105
106
107
@@ -2,7 +2,7 @@
   # Form implementation generated from reading ui file 'C:\Users\adi\hgrepos\thg-qt\tortoisehg\hgqt\workbench.ui'  # -# Created: Sat May 15 19:46:04 2010 +# Created: Sat May 15 19:47:55 2010  # by: PyQt4 UI code generator 4.7.3  #  # WARNING! All changes made in this file will be lost! @@ -43,9 +43,6 @@
  self.statusbar = QtGui.QStatusBar(MainWindow)   self.statusbar.setObjectName("statusbar")   MainWindow.setStatusBar(self.statusbar) - self.toolBar_file = QtGui.QToolBar(MainWindow) - self.toolBar_file.setObjectName("toolBar_file") - MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_file)   self.toolBar_edit = QtGui.QToolBar(MainWindow)   self.toolBar_edit.setEnabled(True)   self.toolBar_edit.setObjectName("toolBar_edit") @@ -105,7 +102,6 @@
  self.repoTabsWidget.setTabText(self.repoTabsWidget.indexOf(self.firstRepoTab), QtGui.QApplication.translate("MainWindow", "repo1", None, QtGui.QApplication.UnicodeUTF8))   self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "&File", None, QtGui.QApplication.UnicodeUTF8))   self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "&Help", None, QtGui.QApplication.UnicodeUTF8)) - self.toolBar_file.setWindowTitle(QtGui.QApplication.translate("MainWindow", "File toolbar", None, QtGui.QApplication.UnicodeUTF8))   self.toolBar_edit.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Edit toolbar", None, QtGui.QApplication.UnicodeUTF8))   self.toolBar_treefilters.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Filter toolbar", None, QtGui.QApplication.UnicodeUTF8))   self.toolBar_diff.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Diff toolbar", None, QtGui.QApplication.UnicodeUTF8))