adjusting font, and changing to push buttons
this will require a clean/rebuild to work
This commit is contained in:
@@ -19,6 +19,12 @@ namespace Noggit::Ui::Windows
|
||||
|
||||
ui->setupUi(this);
|
||||
|
||||
ui->label->setObjectName("title");
|
||||
ui->label->setStyleSheet("QLabel#title { font-size: 16px; }");
|
||||
|
||||
ui->label_2->setObjectName("title");
|
||||
ui->label_2->setStyleSheet("QLabel#title { font-size: 16px; }");
|
||||
|
||||
_settings = new Noggit::Ui::settings(this);
|
||||
|
||||
_existingProjectEnumerationComponent = std::make_unique<Component::ExistingProjectEnumerationComponent>();
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<number>10</number>
|
||||
</property>
|
||||
<item row="3" column="0">
|
||||
<widget class="QToolButton" name="button_convert_project">
|
||||
<widget class="QPushButton" name="button_convert_project">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -192,7 +192,7 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QToolButton" name="button_create_new_project">
|
||||
<widget class="QPushButton" name="button_create_new_project">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -231,7 +231,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QToolButton" name="button_open_existing_project">
|
||||
<widget class="QPushButton" name="button_open_existing_project">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
|
||||
Reference in New Issue
Block a user