Resize some more dialogs.

This commit is contained in:
grossmj
2019-01-29 11:44:15 +08:00
parent 6e3c5c1bb8
commit 9398dd0840
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1157</width>
<width>850</width>
<height>600</height>
</rect>
</property>

View File

@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file '/home/grossmj/PycharmProjects/gns3-gui/gns3/ui/node_info_dialog.ui'
#
# Created by: PyQt5 UI code generator 5.11.3
# Created by: PyQt5 UI code generator 5.9
#
# WARNING! All changes made in this file will be lost!
@@ -11,7 +11,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_NodeInfoDialog(object):
def setupUi(self, NodeInfoDialog):
NodeInfoDialog.setObjectName("NodeInfoDialog")
NodeInfoDialog.resize(1157, 600)
NodeInfoDialog.resize(850, 600)
self.verticalLayout = QtWidgets.QVBoxLayout(NodeInfoDialog)
self.verticalLayout.setObjectName("verticalLayout")
self.uiTabWidget = QtWidgets.QTabWidget(NodeInfoDialog)