diff options
Diffstat (limited to 'gui/pages/OtherLogsPage.ui')
-rw-r--r-- | gui/pages/OtherLogsPage.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gui/pages/OtherLogsPage.ui b/gui/pages/OtherLogsPage.ui index 471c7d72..e6ce6397 100644 --- a/gui/pages/OtherLogsPage.ui +++ b/gui/pages/OtherLogsPage.ui @@ -39,7 +39,14 @@ <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QComboBox" name="selectLogBox"/> + <widget class="QComboBox" name="selectLogBox"> + <property name="maximumSize"> + <size> + <width>96</width> + <height>16777215</height> + </size> + </property> + </widget> </item> <item> <widget class="QPushButton" name="btnReload"> |