From 49f31d5e186e6602fb8d674d583cdb7aaf1b3976 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 2 Mar 2011 17:39:13 +0100 Subject: gui stuff .. --- src/main.cpp | 1 + src/ui/dialog.ui | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 83525a6..61aa8f7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -172,6 +172,7 @@ int main(int argc, char *argv[]) { QList vsessions(VSession::readXmlDir(vSessionPath)); Dialog w(windowmgr); + w.setWindowFlags(Qt::FramelessWindowHint); w.resize(width, height); if (xsessions.empty() && vsessions.empty()) { std::cerr << a.translate( diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index e9e2920..b1b37c5 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -13,6 +13,11 @@ vmchooser + + #Dialog { + border:1px solid #666; +} + 0 @@ -44,7 +49,8 @@ background-color:#003592; -margin-top:0px; +margin-left:1px; +margin-top:1px; margin-bottom:0px; @@ -74,7 +80,8 @@ margin-bottom:0px; background-color:#003592; -margin-top:0px; +margin-top:1px; +margin-right:1px; margin-bottom:0px; @@ -102,8 +109,8 @@ margin-bottom:0px; - border-top:1px solid #ccc; -border-bottom:1px solid #ccc; + border-top:1px solid #666; +border-bottom:1px solid #666; -- cgit v1.2.3-55-g7522