Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 5fdff8e

Browse files
committed
Game ID combo box is now editable. Minor UI improvement.
1 parent 7bfeddf commit 5fdff8e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

SteaScree.pro

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ QT += core gui network
88
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
99

1010
TARGET = SteaScree
11+
1112
TEMPLATE = app
1213

1314
SOURCES += main.cpp\
@@ -17,15 +18,12 @@ HEADERS += mainwindow.h
1718

1819
FORMS += mainwindow.ui
1920

20-
VERSION = 1.0.0.0
21+
VERSION = 1.0.1.0
2122

2223
win32:RC_ICONS = res/icons/SteaScree.ico
23-
2424
win32:QMAKE_TARGET_COMPANY = Foyl
2525
win32:QMAKE_TARGET_PRODUCT = SteaScree
2626
win32:QMAKE_TARGET_DESCRIPTION = SteaScree: Steam Cloud Screenshot Uploader
2727
win32:QMAKE_TARGET_COPYRIGHT = GNU GPL v3
2828

29-
win32:VERSION_PE_HEADER = 1.0
30-
3129
macx:ICON = res/icons/SteaScree.icns

mainwindow.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
<property name="sizeHint" stdset="0">
453453
<size>
454454
<width>20</width>
455-
<height>20</height>
455+
<height>5</height>
456456
</size>
457457
</property>
458458
</spacer>
@@ -696,6 +696,9 @@
696696
<height>0</height>
697697
</size>
698698
</property>
699+
<property name="editable">
700+
<bool>true</bool>
701+
</property>
699702
<property name="sizeAdjustPolicy">
700703
<enum>QComboBox::AdjustToContents</enum>
701704
</property>

0 commit comments

Comments
 (0)