printers: Show border around 'No printers detected' text
The GtkStack page which shows the label 'No printers detected' in the 'New printer dialog' misses border. This commit places the GtkLabel into a GtkFrame to achieve that. https://bugzilla.gnome.org/show_bug.cgi?id=749883
This commit is contained in:
parent
fb49b256f5
commit
ed50357f82
1 changed files with 13 additions and 6 deletions
|
@ -146,14 +146,21 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="no-devices-label">
|
||||
<object class="GtkFrame" id="frame1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="sensitive">False</property>
|
||||
<property name="label" translatable="yes" comments="Translators: No printers were found">No printers detected.</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
<property name="shadow_type">in</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="no-devices-label">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="sensitive">False</property>
|
||||
<property name="label" translatable="yes" comments="Translators: No printers were found">No printers detected.</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="name">no-printers-page</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue