Skip to content

Commit b794cbe

Browse files
committed
Updated main UI
1 parent c2ad13a commit b794cbe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

redis-desktop-manager/forms/demo.ui

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -311,26 +311,26 @@ aa|bb Either aa or bb.
311311
</widget>
312312
</item>
313313
<item>
314-
<widget class="QToolButton" name="pbImportConnections">
314+
<widget class="QPushButton" name="pbImportConnections">
315315
<property name="minimumSize">
316316
<size>
317317
<width>0</width>
318318
<height>35</height>
319319
</size>
320320
</property>
321+
<property name="maximumSize">
322+
<size>
323+
<width>80</width>
324+
<height>16777215</height>
325+
</size>
326+
</property>
321327
<property name="text">
322328
<string>Import</string>
323329
</property>
324330
<property name="icon">
325331
<iconset resource="../Resources/demo.qrc">
326332
<normaloff>:/images/rdm.ico</normaloff>:/images/rdm.ico</iconset>
327333
</property>
328-
<property name="popupMode">
329-
<enum>QToolButton::MenuButtonPopup</enum>
330-
</property>
331-
<property name="toolButtonStyle">
332-
<enum>Qt::ToolButtonTextBesideIcon</enum>
333-
</property>
334334
</widget>
335335
</item>
336336
</layout>

0 commit comments

Comments
 (0)