Commit 07196361 authored by Ivan Bellia's avatar Ivan Bellia

fixed main size

parent 25eb4181
......@@ -25,13 +25,12 @@
#status {
height:35px;
width:350px;
border: 1px solid #FF0000;
color: #FFFFFF;
color: #FFFF00;
text-align: left;
font-size:12px;
position: absolute;
top: 358px;
left: 37px;
top: 359px;
left: 38px;
}
#livearea {
......@@ -39,7 +38,6 @@
width:320px;
top:73px;
left: 61px;
border: 1px solid #FF0000;
position: absolute;
}
......@@ -51,17 +49,15 @@
width:407px;
overflow-y: auto;
background-color: #FFFFFF;
border: 1px solid #FF0000;
}
#userlist {
position: absolute;
top: 466px;
left: 466px;
left: 470px;
height:220px;
width:140px;
color: #FFFF00;
border: 1px solid #FF0000;
background-color: #AAAAFF;
}
......@@ -72,7 +68,6 @@
height:50px;
width:298px;
background-color: #FFFFFF;
border: 1px solid #FF0000;
}
#telescope {
......@@ -87,8 +82,8 @@
#numteleselect {
position: absolute;
top: 25px;
left: 410px;
top: 20px;
left: 407px;
}
</style>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by Qt Creator 2.6.2, 2013-02-22T00:18:41. -->
<!-- Written by Qt Creator 2.6.2, 2013-02-23T18:09:25. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
......
......@@ -223,7 +223,7 @@ void MainWin::handle_loginres(SKMessage &msg)
//std::cout << "LOGIN OK" << std::endl;
QString html("gui/maingui.html");
setHtmlFile(html, true, false);
resize(800, 600);
resize(636, 733);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment