Browse Source

DisposableVM icon

Agnieszka Kostrzewa 12 years ago
parent
commit
bb00821124
2 changed files with 4 additions and 4 deletions
  1. 1 1
      qubesmanager/main.py
  2. 3 3
      settingsdlg.ui

+ 1 - 1
qubesmanager/main.py

@@ -88,7 +88,7 @@ class VmStatusIcon(QLabel):
         elif vm.is_netvm():
             icon = QIcon (":/netvm.png")
         else:
-            icon = QIcon()
+            icon = QIcon(vm.label.icon_path)
 
         icon_sz = QSize (VmManagerWindow.row_height * 0.8, VmManagerWindow.row_height * 0.8)
         if vm.last_power_state:

+ 3 - 3
settingsdlg.ui

@@ -29,7 +29,7 @@
         <locale language="English" country="UnitedStates"/>
        </property>
        <property name="currentIndex">
-        <number>2</number>
+        <number>0</number>
        </property>
        <widget class="QWidget" name="basic_tab">
         <property name="locale">
@@ -89,7 +89,7 @@
             <item row="3" column="0" colspan="2">
              <widget class="QCheckBox" name="checkBox">
               <property name="enabled">
-               <bool>false</bool>
+               <bool>true</bool>
               </property>
               <property name="text">
                <string>Include in backups by default</string>
@@ -105,7 +105,7 @@
          <item>
           <widget class="QGroupBox" name="groupBox_4">
            <property name="enabled">
-            <bool>false</bool>
+            <bool>true</bool>
            </property>
            <property name="title">
             <string>Info</string>