mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
GlobalShortcut, Themes: move hard-coded stylesheet from GlobalShortcut.ui into the Themes class's default stylesheet.
This commit is contained in:
parent
59e5344f1b
commit
613b7fc6f3
@ -28,13 +28,6 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QWidget" name="qwMacWarning" native="true">
|
||||
<property name="styleSheet">
|
||||
<string notr="true">#qwMacWarning {
|
||||
background-color: #FFFEDC;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #B5B59E;
|
||||
}</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
|
||||
@ -118,5 +118,5 @@ QVector<QDir> Themes::getSearchDirectories() {
|
||||
}
|
||||
|
||||
QString Themes::getDefaultStylesheet() {
|
||||
return QLatin1String(".log-channel{text-decoration:none;}.log-user{text-decoration:none;}p{margin:0;}");
|
||||
return QLatin1String(".log-channel{text-decoration:none;}.log-user{text-decoration:none;}p{margin:0;}#qwMacWarning{background-color:#FFFEDC;border-radius:5px;border:1px solid #B5B59E;}");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user