pagesetupdialog: Just use labels in check buttons

Check buttons lost their ability to hold general
content. And while that is maybe sad, the tiny
images here are not really useful anyway, and
should just go away.
This commit is contained in:
Matthias Clasen 2020-08-31 12:05:53 -04:00
parent 501cf493bf
commit 76b5ff6a00

View File

@ -94,23 +94,8 @@
</child>
<child>
<object class="GtkCheckButton" id="portrait_radio">
<property name="hexpand">1</property>
<property name="active">1</property>
<child>
<object class="GtkBox" id="box1">
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image1">
<property name="icon-name">orientation-portrait-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label1">
<property name="label" translatable="yes">Portrait</property>
</object>
</child>
</object>
</child>
<property name="label" translatable="yes">Portrait</property>
<layout>
<property name="column">1</property>
<property name="row">3</property>
@ -119,24 +104,9 @@
</child>
<child>
<object class="GtkCheckButton" id="reverse_portrait_radio">
<property name="hexpand">1</property>
<property name="active">1</property>
<property name="group">portrait_radio</property>
<child>
<object class="GtkBox" id="box2">
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image2">
<property name="icon-name">orientation-portrait-inverse-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="label" translatable="yes">Reverse portrait</property>
</object>
</child>
</object>
</child>
<property name="label" translatable="yes">Reverse portrait</property>
<layout>
<property name="column">2</property>
<property name="row">3</property>
@ -148,21 +118,7 @@
<property name="hexpand">1</property>
<property name="active">1</property>
<property name="group">portrait_radio</property>
<child>
<object class="GtkBox" id="box3">
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image3">
<property name="icon-name">orientation-landscape-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label3">
<property name="label" translatable="yes">Landscape</property>
</object>
</child>
</object>
</child>
<property name="label" translatable="yes">Landscape</property>
<layout>
<property name="column">1</property>
<property name="row">4</property>
@ -173,21 +129,7 @@
<object class="GtkCheckButton" id="reverse_landscape_radio">
<property name="hexpand">1</property>
<property name="group">portrait_radio</property>
<child>
<object class="GtkBox" id="box4">
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image4">
<property name="icon-name">orientation-landscape-inverse-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label4">
<property name="label" translatable="yes">Reverse landscape</property>
</object>
</child>
</object>
</child>
<property name="label" translatable="yes">Reverse landscape</property>
<layout>
<property name="column">2</property>
<property name="row">4</property>