ui: redesigned about window

* adjusted layout of about window to match the design concept.
* replaced main font to be Roboto.
This commit is contained in:
malte_langkabel
2016-02-16 16:10:22 +01:00
parent b3df8fb825
commit 2effa950f7
11 changed files with 289 additions and 84 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
* {
color: white;
font-size: 12px;
font-size: 14px;
font-weight: 100;
}
@@ -13,11 +13,11 @@
border: none;
color: white;
font-size: 14pt;
height: 20px;
width: 20px;
height: 24px;
width: 24px;
}
#closeButton:hover {
border: 2px solid white;
border-radius: 10px;
border-radius: 12px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

+1 -1
View File
@@ -5,5 +5,5 @@ QToolTip {
}
* {
font-family: "Fira Sans";
font-family: "Roboto";
}