forked from teamnwah/openmw-tes3coop
Merge remote-tracking branch 'pvdk/uifix2'
This commit is contained in:
commit
0b51e89b78
4 changed files with 15 additions and 13 deletions
|
@ -12,7 +12,7 @@ set(LAUNCHER
|
||||||
utils/checkablemessagebox.cpp
|
utils/checkablemessagebox.cpp
|
||||||
utils/textinputdialog.cpp
|
utils/textinputdialog.cpp
|
||||||
|
|
||||||
launcher.rc
|
${CMAKE_SOURCE_DIR}/files/launcher/launcher.rc
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LAUNCHER_HEADER
|
set(LAUNCHER_HEADER
|
||||||
|
@ -43,10 +43,10 @@ set(LAUNCHER_HEADER_MOC
|
||||||
)
|
)
|
||||||
|
|
||||||
set(LAUNCHER_UI
|
set(LAUNCHER_UI
|
||||||
../../files/ui/datafilespage.ui
|
${CMAKE_SOURCE_DIR}/files/ui/datafilespage.ui
|
||||||
../../files/ui/graphicspage.ui
|
${CMAKE_SOURCE_DIR}/files/ui/graphicspage.ui
|
||||||
../../files/ui/mainwindow.ui
|
${CMAKE_SOURCE_DIR}/files/ui/mainwindow.ui
|
||||||
../../files/ui/playpage.ui
|
${CMAKE_SOURCE_DIR}/files/ui/playpage.ui
|
||||||
)
|
)
|
||||||
|
|
||||||
source_group(launcher FILES ${LAUNCHER} ${LAUNCHER_HEADER})
|
source_group(launcher FILES ${LAUNCHER} ${LAUNCHER_HEADER})
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>575</width>
|
<width>575</width>
|
||||||
<height>525</height>
|
<height>535</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
|
|
@ -19,6 +19,9 @@
|
||||||
<property name="frameShadow">
|
<property name="frameShadow">
|
||||||
<enum>QFrame::Plain</enum>
|
<enum>QFrame::Plain</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="lineWidth">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>30</number>
|
<number>30</number>
|
||||||
|
@ -40,10 +43,14 @@
|
||||||
border-color: rgba(0, 0, 0, 125);
|
border-color: rgba(0, 0, 0, 125);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
|
||||||
|
font-size: 12pt;
|
||||||
|
font-family: "EB Garamond", "EB Garamond 08";
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*QComboBox gets the "on" state when the popup is open */
|
/*QComboBox gets the "on" state when the popup is open */
|
||||||
#profilesComboBox:!editable:on, #ProfilesComboBox::drop-down:editable:on {
|
#profilesComboBox:!editable:on {
|
||||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
stop:0 rgba(0, 0, 0, 75),
|
stop:0 rgba(0, 0, 0, 75),
|
||||||
stop:0.1 rgba(0, 0, 0, 15),
|
stop:0.1 rgba(0, 0, 0, 15),
|
||||||
|
@ -52,13 +59,9 @@
|
||||||
border: 1px solid rgba(0, 0, 0, 55);
|
border: 1px solid rgba(0, 0, 0, 55);
|
||||||
}
|
}
|
||||||
|
|
||||||
#profilesComboBox { /* shift the text when the popup opens */
|
#profilesComboBox:on { /* shift the text when the popup opens */
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
|
||||||
font-size: 12pt;
|
|
||||||
font-family: "EB Garamond", "EB Garamond 08";
|
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#profilesComboBox::drop-down {
|
#profilesComboBox::drop-down {
|
||||||
|
@ -82,7 +85,6 @@
|
||||||
left: 1px;
|
left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#profilesComboBox QAbstractItemView {
|
#profilesComboBox QAbstractItemView {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}</string>
|
}</string>
|
||||||
|
|
Loading…
Reference in a new issue