master #92
Merged
asmeron
merged 2 commits from YanTheKaller/ubl-settings-diskquota:master
into master
1 year ago
@ -2413,17 +2413,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||||||||
<object class="GtkImage" id="image8">
|
<object class="GtkImage" id="image8">
|
||||||||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
<property name="icon-name">process-stop-symbolic</property>
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.cancel-symbolic</property>
|
||||||||||||
|
|||||||||||||
</object>
|
</object>
|
||||||||||||
<object class="GtkImage" id="image9">
|
<object class="GtkImage" id="image9">
|
||||||||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
<property name="icon-name">emblem-ok-symbolic</property>
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.accept-symbolic</property>
|
||||||||||||
asmeron
commented 1 year ago
Review
emblem-ok-symbolic
YanTheKaller
commented 1 year ago
Review
Из какого каталога? Это стандартная иконка из темы линукса |
|||||||||||||
</object>
|
</object>
|
||||||||||||
<object class="GtkApplicationWindow" id="helpConfirmationWindow">
|
<object class="GtkApplicationWindow" id="helpConfirmationWindow">
|
||||||||||||
|
<property name="width-request">450</property>
|
||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
<property name="resizable">False</property>
|
<property name="resizable">False</property>
|
||||||||||||
<property name="default-width">450</property>
|
|
||||||||||||
<property name="icon-name">dialog-question-symbolic</property>
|
<property name="icon-name">dialog-question-symbolic</property>
|
||||||||||||
<child>
|
<child>
|
||||||||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||||||||
@ -2459,13 +2459,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
|
<property name="margin-top">10</property>
|
||||||||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||||||||
|
<property name="spacing">5</property>
|
||||||||||||
<child>
|
<child>
|
||||||||||||
<object class="GtkLabel" id="helpHeader">
|
<object class="GtkLabel" id="helpHeader">
|
||||||||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||||||||
<property name="margin-top">10</property>
|
|
||||||||||||
<property name="margin-bottom">5</property>
|
<property name="margin-bottom">5</property>
|
||||||||||||
<property name="label" translatable="yes">Would you like to read documentation in the Web?</property>
|
<property name="label" translatable="yes">Would you like to read documentation in the Web?</property>
|
||||||||||||
<property name="wrap">True</property>
|
<property name="wrap">True</property>
|
||||||||||||
@ -2489,11 +2490,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
<property name="halign">start</property>
|
<property name="halign">start</property>
|
||||||||||||
<property name="valign">start</property>
|
<property name="valign">start</property>
|
||||||||||||
<property name="margin-right">10</property>
|
|
||||||||||||
<property name="margin-end">10</property>
|
|
||||||||||||
<property name="label" translatable="yes">You will be redirected to documentation website where documentation is
|
<property name="label" translatable="yes">You will be redirected to documentation website where documentation is
|
||||||||||||
translated and supported by community.</property>
|
translated and supported by community.</property>
|
||||||||||||
<property name="wrap">True</property>
|
|
||||||||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||||||||
<style>
|
<style>
|
||||||||||||
<class name="fgnb"/>
|
<class name="fgnb"/>
|
||||||||||||
@ -2544,60 +2542,12 @@ translated and supported by community.</property>
|
|||||||||||||
<property name="position">0</property>
|
<property name="position">0</property>
|
||||||||||||
</packing>
|
</packing>
|
||||||||||||
</child>
|
</child>
|
||||||||||||
<child>
|
|
||||||||||||
<object class="GtkBox">
|
|
||||||||||||
<property name="visible">True</property>
|
|
||||||||||||
<property name="can-focus">False</property>
|
|
||||||||||||
<property name="spacing">30</property>
|
|
||||||||||||
<property name="homogeneous">True</property>
|
|
||||||||||||
<child>
|
|
||||||||||||
<object class="GtkButton" id="CancelHelpButton">
|
|
||||||||||||
<property name="label" translatable="yes">Cancel</property>
|
|
||||||||||||
<property name="visible">True</property>
|
|
||||||||||||
<property name="can-focus">True</property>
|
|
||||||||||||
<property name="receives-default">True</property>
|
|
||||||||||||
<property name="image">image8</property>
|
|
||||||||||||
<style>
|
|
||||||||||||
<class name="button"/>
|
|
||||||||||||
</style>
|
|
||||||||||||
</object>
|
|
||||||||||||
<packing>
|
|
||||||||||||
<property name="expand">True</property>
|
|
||||||||||||
<property name="fill">True</property>
|
|
||||||||||||
<property name="position">0</property>
|
|
||||||||||||
</packing>
|
|
||||||||||||
</child>
|
|
||||||||||||
<child>
|
|
||||||||||||
<object class="GtkButton" id="ReadHelpButton">
|
|
||||||||||||
<property name="label" translatable="yes">Open documentation</property>
|
|
||||||||||||
<property name="visible">True</property>
|
|
||||||||||||
<property name="can-focus">True</property>
|
|
||||||||||||
<property name="receives-default">True</property>
|
|
||||||||||||
<property name="image">image9</property>
|
|
||||||||||||
<style>
|
|
||||||||||||
<class name="button"/>
|
|
||||||||||||
</style>
|
|
||||||||||||
</object>
|
|
||||||||||||
<packing>
|
|
||||||||||||
<property name="expand">True</property>
|
|
||||||||||||
<property name="fill">True</property>
|
|
||||||||||||
<property name="position">1</property>
|
|
||||||||||||
</packing>
|
|
||||||||||||
</child>
|
|
||||||||||||
</object>
|
|
||||||||||||
<packing>
|
|
||||||||||||
<property name="expand">False</property>
|
|
||||||||||||
<property name="fill">True</property>
|
|
||||||||||||
<property name="position">1</property>
|
|
||||||||||||
</packing>
|
|
||||||||||||
</child>
|
|
||||||||||||
</object>
|
</object>
|
||||||||||||
</child>
|
</child>
|
||||||||||||
<child type="titlebar">
|
<child type="titlebar">
|
||||||||||||
<object class="GtkHeaderBar" id="SettingsBar">
|
<object class="GtkHeaderBar" id="SettingsBar">
|
||||||||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||||||||
<property name="show-close-button">True</property>
|
|
||||||||||||
<child type="title">
|
<child type="title">
|
||||||||||||
<object class="GtkLabel" id="webHeaderNameLabel">
|
<object class="GtkLabel" id="webHeaderNameLabel">
|
||||||||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||||||||
@ -2608,6 +2558,36 @@ translated and supported by community.</property>
|
|||||||||||||
</attributes>
|
</attributes>
|
||||||||||||
</object>
|
</object>
|
||||||||||||
</child>
|
</child>
|
||||||||||||
|
<child>
|
||||||||||||
|
<object class="GtkButton" id="CancelHelpButton">
|
||||||||||||
|
<property name="label" translatable="yes">Cancel</property>
|
||||||||||||
|
<property name="visible">True</property>
|
||||||||||||
|
<property name="can-focus">True</property>
|
||||||||||||
|
<property name="receives-default">True</property>
|
||||||||||||
|
<property name="image">image8</property>
|
||||||||||||
|
<style>
|
||||||||||||
|
<class name="button"/>
|
||||||||||||
|
<class name="marginright"/>
|
||||||||||||
|
</style>
|
||||||||||||
|
</object>
|
||||||||||||
|
</child>
|
||||||||||||
|
<child>
|
||||||||||||
|
<object class="GtkButton" id="ReadHelpButton">
|
||||||||||||
|
<property name="label" translatable="yes">Open documentation</property>
|
||||||||||||
|
<property name="visible">True</property>
|
||||||||||||
|
<property name="can-focus">True</property>
|
||||||||||||
|
<property name="receives-default">True</property>
|
||||||||||||
|
<property name="image">image9</property>
|
||||||||||||
|
<style>
|
||||||||||||
|
<class name="button"/>
|
||||||||||||
|
<class name="marginright"/>
|
||||||||||||
|
</style>
|
||||||||||||
|
</object>
|
||||||||||||
|
<packing>
|
||||||||||||
|
<property name="pack-type">end</property>
|
||||||||||||
|
<property name="position">1</property>
|
||||||||||||
|
</packing>
|
||||||||||||
|
</child>
|
||||||||||||
</object>
|
</object>
|
||||||||||||
</child>
|
</child>
|
||||||||||||
</object>
|
</object>
|
||||||||||||
|
Loading…
Reference in new issue
process-stop-symbolic
Удалить из каталога тогда
Из какого каталога? Это стандартная иконка из темы линукса