Skip to content

Commit 9fc1ccf

Browse files
committed
Icons fixed, about dialog size increased, version switched to 1.0.0-beta2
1 parent f5c27c7 commit 9fc1ccf

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

-206 Bytes
Loading
-320 Bytes
Loading

src/Application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Application::Application(int& argc, char** argv)
1717
setOrganizationName("CEGUI");
1818
setOrganizationDomain("cegui.org.uk");
1919
setApplicationName("CEED - CEGUI editor");
20-
setApplicationVersion("1.0.0-beta");
20+
setApplicationVersion("1.0.0-beta2");
2121

2222
// Create settings and load all values from the persistence store
2323
_settings = new Settings(new QSettings("CEGUI", "CEED", this));

ui/dialogs/AboutDialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<rect>
1010
<x>0</x>
1111
<y>0</y>
12-
<width>253</width>
13-
<height>219</height>
12+
<width>528</width>
13+
<height>550</height>
1414
</rect>
1515
</property>
1616
<property name="minimumSize">

0 commit comments

Comments
 (0)