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

Commit

Permalink
Game ID combo box is now editable. Minor UI improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
awthwathje committed Oct 2, 2016
1 parent 7bfeddf commit 5fdff8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions SteaScree.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = SteaScree

TEMPLATE = app

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

FORMS += mainwindow.ui

VERSION = 1.0.0.0
VERSION = 1.0.1.0

win32:RC_ICONS = res/icons/SteaScree.ico

win32:QMAKE_TARGET_COMPANY = Foyl
win32:QMAKE_TARGET_PRODUCT = SteaScree
win32:QMAKE_TARGET_DESCRIPTION = SteaScree: Steam Cloud Screenshot Uploader
win32:QMAKE_TARGET_COPYRIGHT = GNU GPL v3

win32:VERSION_PE_HEADER = 1.0

macx:ICON = res/icons/SteaScree.icns
5 changes: 4 additions & 1 deletion mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
<height>5</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -696,6 +696,9 @@
<height>0</height>
</size>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
Expand Down

0 comments on commit 5fdff8e

Please sign in to comment.