ui: reworked StartScreen and ProjectSettupScreen UI flow
* realigned buttons and elements * fixed retina styles for mac * removed MessageLoadSource and subsequent functionality * edit existing project through menu * browsing paths from the line item in QtDirectoryListBox * grow QtDirectoryListBox instead of scroll * take any file or directory as valid path * fixed new project setup screen background * fixed screen handling on cancelation
This commit is contained in:
@@ -1,28 +1,35 @@
|
||||
#projectButton {
|
||||
background: white;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 10px;
|
||||
font-size: 17pt;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 10px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
#projectButton:hover {
|
||||
color: white;
|
||||
background: navy;
|
||||
background: #2D3F85;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#recentButton{
|
||||
font-size: 12pt;
|
||||
color: black;
|
||||
background: none;
|
||||
border: none;
|
||||
#recentButton {
|
||||
background: none;
|
||||
border: none;
|
||||
color: black;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
#recentButton:hover{
|
||||
background: lightgray;
|
||||
border-radius: 10px;
|
||||
#recentButton:hover {
|
||||
background-color: rgba(45, 63, 133, 70);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#recentLabel {
|
||||
font-size: 16pt;
|
||||
color: black;
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
background-color: <color:tool_tip/background>;
|
||||
color: <color:tool_tip/text>;
|
||||
font-size: <setting:font_size>pt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user