mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Resize some more dialogs.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1157</width>
|
||||
<width>850</width>
|
||||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user