Added dark mode support for the configuration dialog on Windows/macOS runtime. Fixes #4292

Detects dark mode at server start and styles the runtime accordingly.

Patch modified by: Neel Patel
This commit is contained in:
Dave Page
2020-04-13 13:22:00 +05:30
committed by Akshay Joshi
parent 9c93e93cb4
commit 41be5479af
94 changed files with 3830 additions and 4 deletions

View File

@@ -74,7 +74,7 @@
<item>
<widget class="QLabel" name="pythonPathLabel_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -87,7 +87,7 @@
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
@@ -96,6 +96,22 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="browserCommandLineEdit">
<property name="placeholderText">
@@ -149,7 +165,7 @@
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>