[bug fixes]
This commit is contained in:
@@ -20,69 +20,7 @@
|
||||
<string>Network Settings</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QWidget{
|
||||
background-color:#3c3c3c;
|
||||
color:#fcfcfc;
|
||||
margin:0;
|
||||
font-size:16px;
|
||||
border:0px;
|
||||
font-weight:normal;
|
||||
font-family:Microsoft YaHei
|
||||
}
|
||||
|
||||
QTabWidget::pane {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
QTabBar::tab {
|
||||
font-size:16px;
|
||||
height:30px;
|
||||
width:100px;
|
||||
background:#4d4d4d;
|
||||
border: 0px;
|
||||
border-top-left-radius: 10%;
|
||||
border-top-right-radius: 10%;
|
||||
border-bottom-left-radius:0%;
|
||||
border-bottom-right-radius:0%;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QTabBar::tab:selected, QTabBar::tab:hover {
|
||||
border-bottom:5px solid #4a88c7;
|
||||
background: #505050;}
|
||||
|
||||
QPushButton{
|
||||
border-radius:5px;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
min-height:28px;
|
||||
max-height:28px;
|
||||
min-width:60px;
|
||||
max-width:60px;
|
||||
background:#4d4d4d;
|
||||
}
|
||||
|
||||
QLineEdit{
|
||||
color:#bcbcbc;
|
||||
min-height:26px;
|
||||
max-height:26px;
|
||||
border:0px;
|
||||
background-color: #232629;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
QTableView{
|
||||
background-color: #232629;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
QHeaderView::section:horizontal{
|
||||
border-bottom: 1px solid rgb(0,170,255);
|
||||
}
|
||||
QHeaderView::section:vertical{
|
||||
min-height:20px;
|
||||
max-height:20px;
|
||||
}</string>
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
<item>
|
||||
@@ -190,13 +128,13 @@ max-height:20px;
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>87</width>
|
||||
<height>26</height>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>87</width>
|
||||
<height>26</height>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -336,13 +274,13 @@ max-height:20px;
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>190</width>
|
||||
<height>26</height>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>190</width>
|
||||
<height>26</height>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user