Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Clean up the look of the new status indicator for the AppCafe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Aug 1, 2013
1 parent 5f57be9 commit 87b26bd
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src-qt4/pc-softwaremanager/mainUI.ui
Expand Up @@ -189,7 +189,7 @@ spacing: 1px;
<item>
<widget class="QGroupBox" name="group_install_info">
<property name="styleSheet">
<string notr="true">QGroupBox{
<string notr="true">QGroupBox#group_install_info{
background: rgba( 245,242,240,150);
border: 1px solid grey;
border-radius: 5px;
Expand Down Expand Up @@ -446,7 +446,17 @@ border-radius: 5px;
<property name="title">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_install_status">
<property name="text">
Expand All @@ -465,9 +475,18 @@ border-radius: 5px;
</item>
<item>
<widget class="QLabel" name="label_install_DL">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="text">
<string notr="true">label</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 87b26bd

Please sign in to comment.