Skip to content

Commit

Permalink
Updated main UI
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Nov 15, 2013
1 parent c2ad13a commit b794cbe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions redis-desktop-manager/forms/demo.ui
Original file line number Diff line number Diff line change
Expand Up @@ -311,26 +311,26 @@ aa|bb Either aa or bb.
</widget>
</item>
<item>
<widget class="QToolButton" name="pbImportConnections">
<widget class="QPushButton" name="pbImportConnections">
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Import</string>
</property>
<property name="icon">
<iconset resource="../Resources/demo.qrc">
<normaloff>:/images/rdm.ico</normaloff>:/images/rdm.ico</iconset>
</property>
<property name="popupMode">
<enum>QToolButton::MenuButtonPopup</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit b794cbe

Please sign in to comment.