ui: redesigned about window
* adjusted layout of about window to match the design concept. * replaced main font to be Roboto.
@@ -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;
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 368 B |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 9.2 KiB |
@@ -5,5 +5,5 @@ QToolTip {
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "Fira Sans";
|
||||
font-family: "Roboto";
|
||||
}
|
||||
|
||||