mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	Fix #3363 (Edit metadata in bulk window doesn't resize horizontally properly)
This commit is contained in:
		
							parent
							
								
									09f00cd822
								
							
						
					
					
						commit
						02a53f9064
					
				@ -17,13 +17,8 @@
 | 
			
		||||
   <iconset resource="../images.qrc">
 | 
			
		||||
    <normaloff>:/images/edit_input.svg</normaloff>:/images/edit_input.svg</iconset>
 | 
			
		||||
  </property>
 | 
			
		||||
  <layout class="QGridLayout" name="gridLayout_2">
 | 
			
		||||
   <item row="0" column="0">
 | 
			
		||||
    <widget class="QSplitter" name="splitter">
 | 
			
		||||
     <property name="orientation">
 | 
			
		||||
      <enum>Qt::Horizontal</enum>
 | 
			
		||||
     </property>
 | 
			
		||||
     <widget class="QWidget" name="layoutWidget">
 | 
			
		||||
  <layout class="QVBoxLayout" name="verticalLayout">
 | 
			
		||||
   <item>
 | 
			
		||||
    <layout class="QVBoxLayout">
 | 
			
		||||
     <property name="spacing">
 | 
			
		||||
      <number>6</number>
 | 
			
		||||
@ -50,6 +45,13 @@
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
        <item row="1" column="1">
 | 
			
		||||
         <widget class="QCheckBox" name="auto_author_sort">
 | 
			
		||||
          <property name="text">
 | 
			
		||||
           <string>A&utomatically set author sort</string>
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
        <item row="2" column="0">
 | 
			
		||||
         <widget class="QLabel" name="label_8">
 | 
			
		||||
          <property name="text">
 | 
			
		||||
@ -115,6 +117,13 @@
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
        <item row="4" column="1">
 | 
			
		||||
         <widget class="EnComboBox" name="publisher">
 | 
			
		||||
          <property name="editable">
 | 
			
		||||
           <bool>true</bool>
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
        <item row="5" column="0">
 | 
			
		||||
         <widget class="QLabel" name="label_4">
 | 
			
		||||
          <property name="text">
 | 
			
		||||
@ -201,9 +210,6 @@
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
          <item row="8" column="1">
 | 
			
		||||
           <widget class="QComboBox" name="remove_format"/>
 | 
			
		||||
          </item>
 | 
			
		||||
        <item row="8" column="0">
 | 
			
		||||
         <widget class="QLabel" name="label_5">
 | 
			
		||||
          <property name="text">
 | 
			
		||||
@ -214,12 +220,8 @@
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
          <item row="1" column="1">
 | 
			
		||||
           <widget class="QCheckBox" name="auto_author_sort">
 | 
			
		||||
            <property name="text">
 | 
			
		||||
             <string>A&utomatically set author sort</string>
 | 
			
		||||
            </property>
 | 
			
		||||
           </widget>
 | 
			
		||||
        <item row="8" column="1">
 | 
			
		||||
         <widget class="QComboBox" name="remove_format"/>
 | 
			
		||||
        </item>
 | 
			
		||||
        <item row="0" column="1">
 | 
			
		||||
         <widget class="EnComboBox" name="authors">
 | 
			
		||||
@ -228,21 +230,12 @@
 | 
			
		||||
          </property>
 | 
			
		||||
         </widget>
 | 
			
		||||
        </item>
 | 
			
		||||
          <item row="4" column="1">
 | 
			
		||||
           <widget class="EnComboBox" name="publisher">
 | 
			
		||||
            <property name="editable">
 | 
			
		||||
             <bool>true</bool>
 | 
			
		||||
            </property>
 | 
			
		||||
           </widget>
 | 
			
		||||
          </item>
 | 
			
		||||
       </layout>
 | 
			
		||||
      </widget>
 | 
			
		||||
     </item>
 | 
			
		||||
    </layout>
 | 
			
		||||
     </widget>
 | 
			
		||||
    </widget>
 | 
			
		||||
   </item>
 | 
			
		||||
   <item row="1" column="0">
 | 
			
		||||
   <item>
 | 
			
		||||
    <widget class="QDialogButtonBox" name="button_box">
 | 
			
		||||
     <property name="orientation">
 | 
			
		||||
      <enum>Qt::Horizontal</enum>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user