Update TitleBar icon
This commit is contained in:
@@ -35,16 +35,17 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>26</width>
|
||||
<height>26</height>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>26</width>
|
||||
<height>26</height>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
@@ -56,8 +57,8 @@
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>24</width>
|
||||
<height>24</height>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
|
||||
@@ -65,7 +65,8 @@ namespace noggit
|
||||
_menuBar = menuBar();
|
||||
titleBarWidget.horizontalLayout->insertWidget(1, _menuBar);
|
||||
_menuBar->setMaximumHeight(20);
|
||||
|
||||
|
||||
titleBarWidget.iconButton->setAccessibleName("titlebar_icon");
|
||||
titleBarWidget.minimizeButton->setIcon(font_awesome_icon(font_awesome::windowminimize));
|
||||
titleBarWidget.minimizeButton->setIconSize(QSize(14, 14));
|
||||
titleBarWidget.minimizeButton->setAccessibleName("titlebar_minimize");
|
||||
|
||||
Reference in New Issue
Block a user