mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-14 20:33:05 +02:00
Modification des dimensions par defaut des schemas.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@388 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
ae71d0a12d
commit
1ca68fcddc
@ -1096,12 +1096,12 @@ BorderProperties QETDiagramEditor::defaultBorderProperties() {
|
||||
QSettings &settings = QETApp::settings();
|
||||
|
||||
BorderProperties def;
|
||||
def.columns_count = settings.value("diagrameditor/defaultcols", 15).toInt();
|
||||
def.columns_width = qRound(settings.value("diagrameditor/defaultcolsize", 50.0).toDouble());
|
||||
def.columns_count = settings.value("diagrameditor/defaultcols", 17).toInt();
|
||||
def.columns_width = qRound(settings.value("diagrameditor/defaultcolsize", 60.0).toDouble());
|
||||
def.columns_header_height = 20.0;
|
||||
def.display_columns = settings.value("diagrameditor/defaultdisplaycols", true).toBool();
|
||||
|
||||
def.rows_count = settings.value("diagrameditor/defaultrows", 6).toInt();
|
||||
def.rows_count = settings.value("diagrameditor/defaultrows", 8).toInt();
|
||||
def.rows_height = qRound(settings.value("diagrameditor/defaultrowsize", 80.0).toDouble());
|
||||
def.rows_header_width = 20.0;
|
||||
def.display_rows = settings.value("diagrameditor/defaultdisplayrows", true).toBool();
|
||||
|
Loading…
x
Reference in New Issue
Block a user