Commit 07196361 authored by Ivan Bellia's avatar Ivan Bellia

fixed main size

parent 25eb4181
...@@ -25,13 +25,12 @@ ...@@ -25,13 +25,12 @@
#status { #status {
height:35px; height:35px;
width:350px; width:350px;
border: 1px solid #FF0000; color: #FFFF00;
color: #FFFFFF;
text-align: left; text-align: left;
font-size:12px; font-size:12px;
position: absolute; position: absolute;
top: 358px; top: 359px;
left: 37px; left: 38px;
} }
#livearea { #livearea {
...@@ -39,7 +38,6 @@ ...@@ -39,7 +38,6 @@
width:320px; width:320px;
top:73px; top:73px;
left: 61px; left: 61px;
border: 1px solid #FF0000;
position: absolute; position: absolute;
} }
...@@ -51,17 +49,15 @@ ...@@ -51,17 +49,15 @@
width:407px; width:407px;
overflow-y: auto; overflow-y: auto;
background-color: #FFFFFF; background-color: #FFFFFF;
border: 1px solid #FF0000;
} }
#userlist { #userlist {
position: absolute; position: absolute;
top: 466px; top: 466px;
left: 466px; left: 470px;
height:220px; height:220px;
width:140px; width:140px;
color: #FFFF00; color: #FFFF00;
border: 1px solid #FF0000;
background-color: #AAAAFF; background-color: #AAAAFF;
} }
...@@ -72,7 +68,6 @@ ...@@ -72,7 +68,6 @@
height:50px; height:50px;
width:298px; width:298px;
background-color: #FFFFFF; background-color: #FFFFFF;
border: 1px solid #FF0000;
} }
#telescope { #telescope {
...@@ -87,8 +82,8 @@ ...@@ -87,8 +82,8 @@
#numteleselect { #numteleselect {
position: absolute; position: absolute;
top: 25px; top: 20px;
left: 410px; left: 407px;
} }
</style> </style>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject> <!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> <qtcreator>
<data> <data>
<variable>ProjectExplorer.Project.ActiveTarget</variable> <variable>ProjectExplorer.Project.ActiveTarget</variable>
......
...@@ -223,7 +223,7 @@ void MainWin::handle_loginres(SKMessage &msg) ...@@ -223,7 +223,7 @@ void MainWin::handle_loginres(SKMessage &msg)
//std::cout << "LOGIN OK" << std::endl; //std::cout << "LOGIN OK" << std::endl;
QString html("gui/maingui.html"); QString html("gui/maingui.html");
setHtmlFile(html, true, false); setHtmlFile(html, true, false);
resize(800, 600); resize(636, 733);
} }
else 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